Cut

From wiki
Jump to navigation Jump to search
cut -c -100 <file>
Show the first 100 characters in <file>
cut -f 3 <file>
Show for every row the 3th column in <file>