Differences
This shows you the differences between two versions of the page.
| linux:bash [2022/02/28 12:08] – [Basic commands] mh | linux:bash [2025/06/02 21:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 119: | Line 119: | ||
| They can be a filename, a variable name, the name of a program or just a litteral. | They can be a filename, a variable name, the name of a program or just a litteral. | ||
| + | |||
| + | Multiple arguments can be used, separated by a blank space | ||
| </ | </ | ||
| Line 201: | Line 203: | ||
| There can be **no whitespace** around the = operator ! | There can be **no whitespace** around the = operator ! | ||
| - | If a whitespace is required in the variable, use '' | + | If a whitespace is required in the variable, use 'single |
| </ | </ | ||
| Line 341: | Line 343: | ||
| As a result, both file descriptors are connected to the same stream. | As a result, both file descriptors are connected to the same stream. | ||
| + | Be careful not to write something like '' | ||
| </ | </ | ||