Cut

From wiki
Revision as of 13:20, 18 November 2021 by Hdridder (talk | contribs) (Created page with "Category:Unix/Linux ;cut -c -100 <file> :Show the first 100 characters in <file> ;cut -f 3 <file> :Show for every row the 3th column in <file>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>