Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
elearning:workbooks:redhat:rh124en:l103 [2024/11/18 10:48] – admin | elearning:workbooks:redhat:rh124en:l103 [2024/11/26 10:29] (Version actuelle) – admin | ||
---|---|---|---|
Ligne 189: | Ligne 189: | ||
tmpfs 769M | tmpfs 769M | ||
</ | </ | ||
+ | |||
===Command Line Switches=== | ===Command Line Switches=== | ||
Ligne 459: | Ligne 460: | ||
<WRAP center round important 60%> | <WRAP center round important 60%> | ||
- | **Important** - Note that in the case of the first line of the above output, | + | **Important** - Note that in the case of the first line of the above output, |
</ | </ | ||
Ligne 2451: | Ligne 2452: | ||
===7.2 - The unexpand Command=== | ===7.2 - The unexpand Command=== | ||
- | The **expand** command converts spaces in a file to tabulations and prints the results to STDOUT. With no file as an argument or with the **-** character as an argument, the command takes it's input from STDIN. | + | The **unexpand** command converts spaces in a file to tabulations and prints the results to STDOUT. With no file as an argument or with the **-** character as an argument, the command takes it's input from STDIN. |
- | Now use the **expand** command to convert the spaces in the **expand1** file into tabulations and send the result to the **expand2** file: | + | Now use the **unexpand** command to convert the spaces in the **expand1** file into tabulations and send the result to the **expand2** file: |
< | < |