Monday, January 22, 2018

Unix Cut Command Omit Specified Fields

Nice work by the desi gang here - and they're actually pulling in ad revenue from AMZN!

https://www.geeksforgeeks.org/cut-command-linux-examples/

https://www.thegeekstuff.com/2013/06/cut-command-examples

$ cut --complement -d':' -f2,2

will omit column 2 in the output..

No comments: