Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 7 hours 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-04T07:06:07.000Z (over 1 year ago)
- Last Synced: 2023-08-04T08:28:26.094Z (over 1 year 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.