https://github.com/vogelino/shell-scripting-basics
The repository where I collect knowledge about shell scripting as I learn about it πΎπΎπ€π»
https://github.com/vogelino/shell-scripting-basics
cheatsheet learning notes scripting shell shell-script tutorial wiki
Last synced: about 1 year ago
JSON representation
The repository where I collect knowledge about shell scripting as I learn about it πΎπΎπ€π»
- Host: GitHub
- URL: https://github.com/vogelino/shell-scripting-basics
- Owner: vogelino
- Created: 2021-01-13T23:17:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-13T23:18:51.000Z (about 5 years ago)
- Last Synced: 2025-01-24T18:46:42.646Z (about 1 year ago)
- Topics: cheatsheet, learning, notes, scripting, shell, shell-script, tutorial, wiki
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell scripting tutorial
Repository where I collect knowledge about shell scripting as I learn about it.
## Resources
- [tutorialspoint.com - Shell Scripting Tutorial](https://www.tutorialspoint.com/unix/shell_scripting.htm)
## Run the examples
1. Clone the repository
1. Make the scripts in the `./scripts` folder executable using `chmod +x ./scripts/**/*.sh`
1. Run any script by calling its path. E.g. `./scripts/001-read-input.sh`
## Continue learning
Run npm script:
```sh
npm run learn
```