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
- Host: GitHub
- URL: https://github.com/princebansal7/shell-scripting
- Owner: princebansal7
- Created: 2023-03-06T12:54:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T22:11:02.000Z (over 2 years ago)
- Last Synced: 2025-03-20T04:40:14.997Z (about 1 year ago)
- Topics: bash, shell-scripting, zsh
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**