Search Results

Search: Posts Made By: jaygamini
2,974
Posted By kurumi
ruby -F"," -ane 'print if $F[22]!~/^302/'...
ruby -F"," -ane 'print if $F[22]!~/^302/' file
2,974
Posted By durden_tyler
Or Perl - $ $ perl -F, -lane 'print if...
Or Perl -


$
$ perl -F, -lane 'print if substr($F[22],0,3) ne "302"' file...
2,974
Posted By danmero
Try this awk -F, '$23!~/^302/' file ...
Try this
awk -F, '$23!~/^302/' file
Data,05678,9131,2010,18,17/01/2011,2,1,2,DPE,TEST,2,0,18/12/2010,,,,1286200,0,09/08/2010,-2949,,1131,00,1678,all,131,99998881131,1,...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 07:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy