Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 150 Bytes

cut.md

File metadata and controls

11 lines (9 loc) · 150 Bytes

Cut

Cut 8 first characters in a line

cut -c 8- FILE

Only show the first line of a csv file

cut -d',' -f1 FILE.csv