| 7.1 Linux Advanced Text Processing Tools | ||
| Learn advanced Linux commands | ||
|
indent
-kr -i8 -ts8 -sob -l80 -ss -bs -psl "$@" *.c Change the appearance of "C" source code by inserting or deleting white space. The formatting options in the above example conform to the style used in the Linux kernel source code (script /usr/src/linux/scripts/Lindent). See man indent for the description of the meaning of the options. The existing files are backed up and then replaced with the formatted ones.
Next > Back to "Learn Linux Commands"
|
||

