View Single Post
  #3   (View Single Post)  
Old 30th July 2022
victorvas victorvas is offline
Real Name: Victor
Linux
 
Join Date: May 2019
Posts: 148
Default

Quote:
Originally Posted by J65nko View Post
What happens if you have for example 'myCV.doc' and 'mycv,doc' in that directory?
An interesting question. If you run it without --notest flag, it will just tell you what will be done instead of doing it.
Code:
convmv --lower -r ~/Documents/
I used the directory 'TEST' with files 'myCV.doc' and 'mycv.doc', the output was:
Code:
$ convmv --lower -r TEST/
Starting a dry run without changes...
mv "TEST/myCV.doc"      "TEST/mycv.doc"
mycv.doc exists and differs or --replace option missing - skipped
Reply With Quote