A collection of notes, examples, and scripts while I learn Bash scripting.
This repo is meant to document my journey, practice commands, and share useful snippets.
- ▶ Notes on Bash basics
- ▶ Useful one-liners
- ▶ Example scripts
- ▶ Practice exercises
- what is
cd,echo,touch,mkdir,cat,ls.. basic commands chmod +x file_name.his used to make the file_name.sh executable./file_name.sh: after making it executable it can by doing this
I created this repo to track my Bash learning journey and build a quick reference for future projects.