I working on a JFS filsystem made with the option -O (case insensitive filenames).
How can I easily rename a file from Test.txt to test.txt ?
Using mv report the error:
mv: ‘Test.txt’ and ‘test.txt’ are the same file
And nautilus reports
The name “test.txt” is already used in this location. Please use a different name.
Now I can rename it to Test2.txt followed by renaming to test.txt