[Tfug] Got a text formatting/database question ("bash" it to hell?)
Jim March
1.jim.march at gmail.com
Tue Apr 14 21:24:04 MST 2009
This is a fail:
grep -c ",170," VHISTORY.csv
This is what worked:
cat VHISTORY.csv |awk -F"," {'print $2'} |grep -c 170
Everything else failed :).
Thanks!
Jim
More information about the tfug
mailing list