Journal of a Girl in IT
Thoughts, comments, opinions of 20-something working in IT striving to be a house-proud homemaker
Tuesday, August 10, 2010
Unix file processing
This command is very useful to analyze data files
cut -d '
-f
|
single col :
cut -d '|' -f1 uncl_sims_audit_clr_code_null.txt | sort|uniq
multiple cols
cut -d '|' -f1-2 uncl_sims_audit_clr_code_null.txt | sort|uniq
enjoy..!
‹
›
Home
View web version