Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

cut bash

cut(1) - remove sections from each line of files
-d, --delimiter=DELIM
       use DELIM instead of TAB for field delimiter
-f, --fields=LIST
       select only these fields;  also print any line 
       that contains no delimiter character, unless the -s
       option is specified
 
PREVIOUS NEXT
Tagged: #cut #bash
ADD COMMENT
Topic
Name
8+2 =