Skip to content

edyatl/change-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash script that allows you to change the case of file and directory names based on user-specified parameters.

Usage: ./change_case.sh [-ULMRV] <path to file or directory>
  -U      convert file and directory names to uppercase
  -L      convert file and directory names to lowercase
  -M      convert the first letter of each word in file and directory names to uppercase
  -R      perform operation recursively for all nested files and directories
  -V      output information about the actions being performed

About

A bash script that allows you to automatically change the case of file and directory names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages