Skip to content

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…

Notifications You must be signed in to change notification settings

abirbhattacharya82/Shell-Program-Collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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??

About

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…

Topics

Resources

Stars

Watchers

Forks

Languages