Unix cut and sort on a column and count number of instances.. very handy
cut -d "|" -f3 pbt_pending_trans.out | sort | uniq -c > uniq_tran_count.txt
Subscribe to:
Post Comments (Atom)
Thoughts, comments, opinions of 20-something working in IT striving to be a house-proud homemaker
1 comment:
I have used the Unix cut and count commands which you have shared. I found it was very useful. Thanks for the useful information.
Post a Comment