Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 309 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 309 Bytes

FileNameFix

Simple bash script to rename all files in a project. Removes spaces and puts all characters to lower case.

Usage

I recommend running it with bash :

bash file_rename.sh

But you can change permissions and run it as follows :

chmod +x files_rename.sh
./filename.sh