add shell arguments

This commit is contained in:
Malin Freeborn 2023-06-19 18:38:44 +02:00
parent b60bd5d631
commit b1cee86b4c
Signed by: andonome
GPG Key ID: 52295D2377F4D70F

View File

@ -48,6 +48,7 @@ Protip: for a faster machine, make `sh` a link to `/bin/dash`.
## zsh ## zsh
- `for x in 1..10` - `for x in 1..10`
- great autocompletion
# Bash Advantages # Bash Advantages
@ -94,6 +95,8 @@ function wotsa(){
- `type $whatever` - `type $whatever`
- `.inputrc` - `.inputrc`
- `PS1=foo` - `PS1=foo`
- `^$` for first argument used
- `!$` for last argument used
# Fun with Bash # Fun with Bash