> $ touch soffice.bin.exe > $ cp soffice.bin.exe soffice.bin > cp: cannot create regular file `soffice.bin': File exists mv, however, works...: $ touch soffice.bin.exe $ mv soffice.bin.exe soffice.bin $ ls -l soffice* -rw-r--r-- 1 tml None 0 Sep 21 17:50 soffice.bin --tml