![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk and sed filtering | invinzin21 | Shell Programming and Scripting | 2 | 01-10-2008 11:56 PM |
| port filtering | ujjwalmohan | HP-UX | 0 | 11-25-2007 09:18 PM |
| Filtering Data | bobo | UNIX for Dummies Questions & Answers | 2 | 09-19-2007 12:06 PM |
| Filtering Data | Raynon | Shell Programming and Scripting | 7 | 09-05-2007 03:38 PM |
| Need help in string filtering (KSH) | rockysfr | Shell Programming and Scripting | 1 | 06-27-2007 11:04 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have a Ques. Regarding awk
I have few strings in a file, like.. ABC DEF_ABC GHI_ABC GHI Now I want string which has only 'ABC', not the part of any other string as it is also present in 'DEF_ABC' Output should be ABC Please guide me asap !! Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
Hey,
I'll describe the Problem in more explainatory manner now... I have.. AUDIT_QUEUE SOF_AUDIT_QUEUE FAILURE_QUEUE EXCEPTION_QUEUE EXCEPTION_AUDIT_QUEUE NOW..i want the o/p AUDIT_QUEUE only, as AUDIT_QUEUE is part of another two strings how can i ignore those strings. {using awk and grep } Give me the solutions plz. Thanks |