A comprehensive collection of shell scripts and automation logic developed during an intensive 2-week technical bootcamp (19-01-2026 to 03-02-2026).
- File Management:
touch,mkdir,mv,cp,rm,truncate - Permissions & Environment:
chmod,alias,env,man - Archiving:
tar
- Stream Editors:
awk,tr,rev,cut - Filtering:
grep,head,tail,wc - JSON Handling:
jq,curl(API Interaction)
- I/O Redirection: Mastery of Pipes (
|), Overwrites (>), Appends (>>), and Input Redirection (<). - Scheduling: Task automation using
crontab. - Search & Logic: Advanced
findusage and arithmetic evaluation viabc.
- Bash/Zsh: Scripting, argument handling, and command chaining.
- Python: Foundational syntax and automation logic.