https://github.com/devprabal/bash-scripts
shell scripting beginner-guide
https://github.com/devprabal/bash-scripts
bash-script bash-scripting shell-script shell-scripting
Last synced: 5 months ago
JSON representation
shell scripting beginner-guide
- Host: GitHub
- URL: https://github.com/devprabal/bash-scripts
- Owner: devprabal
- Created: 2018-04-08T17:31:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T17:40:27.000Z (over 7 years ago)
- Last Synced: 2025-03-17T22:08:11.209Z (9 months ago)
- Topics: bash-script, bash-scripting, shell-script, shell-scripting
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a step by step beginner guide to **shell scripting** in LINUX (bash)
The content has been taken from [Ryan's Tutorials](https://ryanstutorials.net/bash-scripting-tutorial/) but implemented by me.
I would suggest you to clone this repo to your system (UNIX-like) so that you can easily implement and experiment with the scripts in your favourite terminal. This would also help since there are some scripts that rely on other scripts.
**if some script on execution says *permission denied* make sure that you have allowed the script to run as executable.**
Start [here](https://github.com/devprabal/bash-scripts/blob/master/myscript1.sh).