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

PostgreSQL - String Function

SwiftUI - TEXT

PostgreSQL - DATE/TIME Functions and Operators