View Single Post
  #1   (View Single Post)  
Old 29th July 2022
victorvas victorvas is offline
Real Name: Victor
Linux
 
Join Date: May 2019
Posts: 148
Default convmv - convert file names

Hi. I've found a program that converts file and directory names to different encodings and also uppercase and lowercase. On OpenBSD 7.1:
Code:
doas pkg_add convmv-2.05
I used it to recursively convert all file names in Documents directory to lowercase.
Code:
convmv --notest --lower -r ~/Documents/
Reply With Quote