Is there any way to show file suffixes by default at the end of the file name in unity?
For example:
If I have a file called test.bin
, it is shown as test
in Unity. I'd like it to be shown as test.bin
by default in Unity.
Is there any way to show file suffixes by default at the end of the file name in unity?
For example:
If I have a file called test.bin
, it is shown as test
in Unity. I'd like it to be shown as test.bin
by default in Unity.
test.bin
then when you will open nautilus your file will be shown astest.bin
and not justtest
– Tarun Nov 16 '13 at 07:53test.bin
, this it is shown anywhere astest.bin
: in any file manager, in terminal/console/shell, in Dash, on the desktop, ao. Can you explain exactly where do you see only the name without extension? – Radu Rădeanu Nov 16 '13 at 08:07/usr/bin
there are some executable files that Ubuntu doesn't show their suffix or windows executablesEXE
files in Ubuntu file explorer! – hamidfzm Nov 16 '13 at 10:23