- 6.1 Sort: Sort the data in a file
- 6.2 Uniq: Delete duplicate rows from the output file
- 6.3 Cut: Outputs selected bytes, characters, or fields from each line of a file
- 6.4 Comm: Compare two sorted files per line
- 6.5 diff: Compare two text files per line, listing their differences
- 6.6 Join: Consolidates each input line with the same content into one line
- 6.7 diff3: Compare 3 files by row
- 6.8 cmp: Compare two files by byte
- 6.9 COLRM: Deleting columns from a file
- 6.10 Paste: Merging the lines of a file
- 6.11 tr: replacing, shrinking and | or deleting characters from standard input
- 6.12 Split: File separated into slices
- 6.13 Csplit: The file is chunked in the specified format: "XX00", "XX01", and outputs
- 6.14 Tee: Copy standard input to each specified file
- 6.15 Unexpand: Space character converted to tab
- 6.16 Patch: Apply a diff file
- 6.17 awk: Scan mode and processing language
- 6.18 SED: Stream editor for filtering and converting text
- 6.19 od: Dump files in eight binary and other formats
6.1 Sort: Sort the data in a file
6.2 Uniq: Delete duplicate rows from the output file
6.3 Cut: Outputs selected bytes, characters, or fields from each line of a file
6.4 Comm: Compare two sorted files per line
6.5 diff: Compare two text files per line, listing their differences
6.6 Join: Consolidates each input line with the same content into one line
6.7 diff3: Compare 3 files by row
6.8 cmp: Compare two files by byte
6.9 COLRM: Deleting columns from a file
6.10 Paste: Merging the lines of a file
6.11 tr: replacing, shrinking and | or deleting characters from standard input
6.12 Split: File separated into slices
6.13 Csplit: The file is chunked in the specified format: "XX00", "XX01", and outputs
6.14 Tee: Copy standard input to each specified file
6.15 Unexpand: Space character converted to tab
6.16 Patch: Apply a diff file
6.17 awk: Scan mode and processing language
6.18 SED: Stream editor for filtering and converting text
6.19 od: Dump files in eight binary and other formats
Linux Command Application large Dictionary-6th chapter file Processing