Commands Help : cut

  • Remove sections from each line of files 

[SYNOPSIS] cut OPTION FILE
option
-cselect only these characters
-duse DELIM instead of TAB for field delimiter
-fselect only these fields; also print any line that contains no delimiter character, unless the -s option is specified

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

Java : Variables Declaring

SQL Self JOIN