![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Grep question. | saurabhsinha23 | UNIX for Dummies Questions & Answers | 3 | 12-10-2007 09:58 PM |
| Question about GREP | Adriel | UNIX for Dummies Questions & Answers | 16 | 03-22-2007 04:03 AM |
| Another grep question | kingdbag | UNIX for Dummies Questions & Answers | 6 | 10-26-2006 10:56 PM |
| grep & sed question | der Kopf | Shell Programming and Scripting | 1 | 11-22-2004 12:49 AM |
| Grep question | eloquent99 | UNIX for Dummies Questions & Answers | 4 | 02-20-2003 06:49 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
grep question
Hi,
I have a log file that I'm trying to tidy up using grep. The log file contains a lot of lines like the ones below: 2> change archivelog all crosscheck; 3> release channel; 4> run 5> { 6> . . . 15> exit; Also it contains a lot of lines like these: RMAN-06157 : Message.... How can I use grep to clean up this log? I tried something like more logfile | grep -v *> RMAN-0* > cleanlogfile But didn't work. I am getting an incorrect syntax because (i think) i am searching for a string containing '>'. Enclosing it in quotes didn't work either. Thanks for your help |
| Forum Sponsor | ||
|
|