/Shell-Program-Collections

This Repository contains collection of Shell Programs for Beginners. A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text.

Primary LanguageShell

Shell Program Collections

A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. To know more visit here

How to Run a Shell Script

  • For Mac OS and Windows
  • For Linux
    • Open the Terminal
    • Use either of the editors vi or nano
      • To know how to use vi editor click on this link
      • To know how to use nano editor click on this link
    • Run the code using the command bash FILENAME.sh Replace FILENAME with the name of your file

Programs available

New To GitHub??