| Wikipedia | [ Deutsch ] [ English ] |
| First appeared | 1971 (54 years) |
- type: scripting
- standard: no
Unix shells
- sh (Bourne shell)
- KornShell (ksh)
- C shell (csh)
- TCSH (tcsh)
- Bash (bash)
- Z shell / Zsh (zsh)
resources
other
download an entire website
- How To Download A Website With Wget The Right Way by Marcelo Canina
wget --wait=2 \
--level=inf \
--limit-rate=20K \
--recursive \
--page-requisites \
--user-agent=Mozilla \
--no-parent \
--convert-links \
--adjust-extension \
--no-clobber \
-e robots=off \
https://example.com
Comparison values
| Score | 54 |
Features
| Algebraic data type | |
| Compiled language | |
| Context management / Defer | |
| Explicit errors | |
| Higher-order function | |
| Immutable object | |
| Pattern matching | |
| Statically typed |
References
| How To Become A Hacker | -- |
| languages of choice | -- |
Rankings
Personal
| Category | system |
| Usage | some |
links
articles
- System Failure on Medium - Bash Scripting: Everything you need to know about Bash-shell programming (2019-09-07) by Uday Hiwarale