Fix a couple of typos (#1720)
This commit is contained in:
parent
8041e914f3
commit
f6faef05d8
4
bash.md
4
bash.md
|
@ -346,8 +346,8 @@ fi
|
||||||
| Expression | Description |
|
| Expression | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `$#` | Number of arguments |
|
| `$#` | Number of arguments |
|
||||||
| `$*` | All postional arguments (as a single word) |
|
| `$*` | All positional arguments (as a single word) |
|
||||||
| `$@` | All postitional arguments (as separate strings) |
|
| `$@` | All positional arguments (as separate strings) |
|
||||||
| `$1` | First argument |
|
| `$1` | First argument |
|
||||||
| `$_` | Last argument of the previous command |
|
| `$_` | Last argument of the previous command |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue