Skip to content

sidiqui-014/shell-scripts-projects

Repository files navigation

Shell Scripts Projects

This repository contains all my shell scripts created during my Linux & DevOps learning practice.
Each script covers important shell scripting concepts and Linux command usage.

📄 Files and Descriptions

  • arithmeticvar.sh
    Script demonstrating arithmetic operations with variables.

  • commandvar.sh
    Script using command substitution and variables together.

  • forloop.sh
    Script demonstrating for loop usage.

  • myfirstshell.sh
    My first practice shell script, introducing basic echo and variable usage.

  • myscript.sh
    General practice script combining multiple shell concepts.

  • practice.sh
    Practice script covering different Linux commands and shell features.

  • var3.sh
    Script focused on advanced variable usage or additional variable examples.

  • varible2.sh
    Another script focused on variables and possibly basic operations.

  • varibles.sh
    Script to learn or demonstrate variables (possibly typo in filename).

  • whileloop.sh
    Script demonstrating while loop usage.

💻 How to run

chmod +x scriptname.sh
./scriptname.sh

About

collection or saving my shell scrpits files which in .sh format from learning pratice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages