Skip to content

Adding basic scripting codes to learn and automate little tasks using shell scripting

Notifications You must be signed in to change notification settings

princebansal7/Shell-Scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Shell-Scripting

  1. I am using macOs so the path is

       #! /bin/zsh
    

    for ubuntu users it will be bash by default so use:

       #! /bin/bash
    
  2. However some commands like read - p won't work with zsh shell so it's recommended to use bash

About

Adding basic scripting codes to learn and automate little tasks using shell scripting

Topics

Resources

Stars

Watchers

Forks

Languages