This repository is a hands-on learning lab for Bash scripting.
It contains small scripts, test files, and exercises I use to practice shell fundamentals and automation concepts.
The goal is to build a solid foundation in:
- Working with files and directories
- Variables and input/output
- Conditions and loops
- Functions
- Text processing (grep, sed, awk, pipes)
- Basic automation tasks
Clone the repository and run the scripts locally:
git clone https://github.com/yourname/bash-scripting-practice-lab.git
cd bash-scripting-practice-lab
bash script-name.sh