https://github.com/asqit/bash_scripting
repository used to store my bash programs and bash learning.
https://github.com/asqit/bash_scripting
examples practice shell
Last synced: 3 months ago
JSON representation
repository used to store my bash programs and bash learning.
- Host: GitHub
- URL: https://github.com/asqit/bash_scripting
- Owner: Asqit
- Created: 2023-07-18T15:17:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T07:06:07.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T05:55:23.277Z (5 months ago)
- Topics: examples, practice, shell
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash_scripting
Scripting in bash can be very useful and so it's a good thing if any type of developer knows at least the basics. Bash is both shell and also a scripting language and so you can make programs in it. This repository is suppose to help you when you get stuck. If you need to know more information about certain command, use the `man` (manual) command, e.g. `man ls`
Bash is very similar to the `lua` language by the simplicity, but bash is even more simple as it does not allow to construct big ambiguous constructs as javascripts's object, lua's table or rust's enums and structs.