Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
elearning:workbooks:redhat:rh124en:l103 [2024/11/18 10:48] adminelearning:workbooks:redhat:rh124en:l103 [2024/11/26 10:29] (Version actuelle) admin
Ligne 189: Ligne 189:
 tmpfs                  769M   36K  769M   1% /run/user/1000 tmpfs                  769M   36K  769M   1% /run/user/1000
 </code> </code>
 +
 ===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, tha command **file** is incapable of informing you of the type of file since **test** is empty.+**Important** - Note that in the case of the first line of the above output, the command **file** is incapable of informing you of the type of file since **test** is empty.
 </WRAP> </WRAP>
  
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:
  
 <code> <code>
Menu