REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
46/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
30 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
59 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
🐚 Bash Scripting Practice
This repository contains my Bash scripting practice programs and some mini projects.
I am learning Bash from the basics and building practical scripts step by step.
📘 Topics Covered
- Hello World Program
- For Loop
- While Loop
- Command Line Arguments
- If-Else
- If-Elif-Else
- Functions
🛠️ Practice Scripts
helloprogram.sh → First Bash script (Hello World)
forloop.sh → Iterating using for loop
whileloop.sh → Iterating using while loop
arguments.sh → Handling command-line arguments
if-else.sh → Conditional statements (if-else)
if-elif-else.sh → Conditional statements (if-elif-else)
functions.sh → Using functions in Bash
🚀 Mini Projects
- Hello_System.sh → Prints system information with a welcome message
- Disk_Usage.sh → Checks disk usage and alerts if usage is high
- Backup_File.sh → Creates a backup of files/folders
📌 How to Run
chmod +x scriptname.sh
./scriptname.sh
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains all the important shell/bash scripting examples (e.g. basic programming constructs, accessing database, reading properties file, file manipulation, etc) anyone may need.
69/100 healthActive repository
ShellApache-2.0
⑂ 28 forks◯ 1 issuesUpdated Apr 19, 2026
This repository contains a collection of useful Bash scripts for Linux systems. Each script serves a specific purpose, ranging from system maintenance to monitoring and automation tasks. Below is a description of each script along with instructions on how to use them.
70/100 healthRecently updatedActive repository
ShellNo license#backup-script#backup-scripts#bash#bash-script
⑂ 3 forks◯ 0 issuesUpdated 9 days ago