Skip to content

yoezcode/bashscripting-practice-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Scripting Practice Lab

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

How to Use

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

About

Execises for bash scripting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages