A collection of UNIX Bash shell scripts still in the pipeline. Pun intended :)
This collection is intended to highlight some of my work towards reaching a better understanding of UNIX shell scripting, specifically in the Bash shell, and the techniques used in many applications.
# | Project Title | File Name |
---|---|---|
1 | Change Calculator | change.sh |
2 | CSV Column Basic Mathematical Operations | colop.sh |
3 | Palindrome Checker | palindrome.sh |
4 | Empty Subdirectories Remover | rmnulldir.sh |
5 | Simple Batch Renaming | rename.sh |
6 | Batch Renaming Using CSV File Look Up | csvrename.sh |
7 | All Depths Batch Renaming | IN PROGRESS |
8 | Grandfather-Father-Son Backup | IN PROGRESS |
9 | Desktop Wallpaper Changer- CRON Job | IN PROGRESS |
10 | Trash Clean Up- CRON Job | IN PROGRESS |