An open API service indexing awesome lists of open source software.

https://github.com/princebansal7/shell-scripting

Adding basic scripting codes to learn and automate little tasks using shell scripting
https://github.com/princebansal7/shell-scripting

bash shell-scripting zsh

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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**