Home Reverse colors Help
Single page Previous Contents Next

Introduction to GNU/Linux
60 / 102

Concatenating, Splitting and Joining Files

cat
Concatenate files and print on standard output.
tac
Concatenate and print files in reverse.
rev
Reverse the order of characters in every line.
split
Split a file into pieces.
csplit
Split a file into sections determined by context lines.
join
Join lines of two files on a common field.

Previous Contents Next
Contact