Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/edyatl/change-case
- Owner: edyatl
- Created: 2023-03-15T16:22:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T08:43:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T01:13:48.413Z (about 2 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change_case.sh
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
```