Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edyatl/change-case

A bash script that allows you to automatically change the case of file and directory names.
https://github.com/edyatl/change-case

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

```
Usage: ./change_case.sh [-ULMRV]
-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
```