diff options
Diffstat (limited to 'Bash.md')
-rw-r--r-- | Bash.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,5 +2,7 @@ tags: - bash --- -A scripting language in which a user can string together [[Shell]] commands in a reusable file called a script. The script can be executed (or "called") and it will execute the string of commands. -They are not full general purpose programming languages, even though they often have similar constructs available.
\ No newline at end of file +[[Shell]] +[[Input redirection]] + +[[Bash Arrays]]
\ No newline at end of file |