https://github.com/devtanish/bash-example
A Bash script that scans .js files, checks if the third character is uppercase, and appends 'x' to the filename if true, aiding in file organization.
https://github.com/devtanish/bash-example
Last synced: 4 months ago
JSON representation
A Bash script that scans .js files, checks if the third character is uppercase, and appends 'x' to the filename if true, aiding in file organization.
- Host: GitHub
- URL: https://github.com/devtanish/bash-example
- Owner: devtanish
- Created: 2025-03-21T13:27:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T13:28:11.000Z (over 1 year ago)
- Last Synced: 2025-06-12T16:44:31.136Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bulkRename: Rename all `.js` files to `.jsx`.