Skip to content

3riy/Bash-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐚 Bash Overview

Bash Basics

Bash (short for Bourne Again Shell) is a command-line language and scripting shell used primarily on Unix and Linux systems to interact with the operating system and automate tasks. It serves both as an interactive shell—where users can execute commands, manage files, and control processes—and as a scripting language that allows writing programs (called shell scripts) to perform repetitive or complex operations efficiently.

  • Bash supports features like variables, loops, conditionals, and functions, making it powerful for system administration, automation, and DevOps workflows.
  • Bash is the default shell in most Linux distributions and is widely used for server management, build scripts, and automation pipelines.

📁 Sub-folders in the repository

Steps to Clone and Run this repository on your local machine

  1. Run the git clone command to make a copy of this repository on your lcoal machine.

    git clone https://github.com/rh3nium/Bash
  2. Run the following command to make the file executable:

    chmod +x ./filename.sh
  3. To execute the program in the Terminal, run:

    ./filename.sh

🔧 Usage

Usage information can be viewed at USAGE.md.

About

Essential Bash - Command-line interpretor/UNIX Shell programs you can run.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published