![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
sed help
Dear All
My INPUT text is as follows 200706,82222219!,0,1,,,"2000-05-24" 200706,82222218!,0,1,,,"2000-06-24" 200706,82222218,0,1,,,"2000-06-24" 200706,82222200!,0,1,,,"2000-06-24" I Want to remove all the lines or that line that contains ! (Exclamation) in the second column.how to do this with sed or grep in large number of records(more than million records) My outPut should be 200706,82222218,0,1,,,"2000-06-24" |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|