Cut command in Linux
The cut command cuts parts of each line of input files and writes it on its standard output. Used for taking out few columns from the input.
0 Comments
September 30, 2018
The cut command cuts parts of each line of input files and writes it on its standard output. Used for taking out few columns from the input.
The uniq command is a filter for finding unique lines in input. It reads input, suppresses duplicates and prints unique lines in its output.