Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédente | |||
elearning:workbooks:redhat:rh124en:l103 [2024/11/23 14:42] – admin | elearning:workbooks:redhat:rh124en:l103 [2024/11/26 10:29] (Version actuelle) – admin | ||
---|---|---|---|
Ligne 2452: | 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: |
< | < |