![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Grep question. | saurabhsinha23 | UNIX for Dummies Questions & Answers | 3 | 12-11-2007 01:58 AM |
| Question about GREP | Adriel | UNIX for Dummies Questions & Answers | 16 | 03-22-2007 08:03 AM |
| Another grep question | kingdbag | UNIX for Dummies Questions & Answers | 6 | 10-27-2006 01:56 AM |
| grep & sed question | der Kopf | Shell Programming and Scripting | 1 | 11-22-2004 04:49 AM |
| Grep question | eloquent99 | UNIX for Dummies Questions & Answers | 4 | 02-20-2003 10:49 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate 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 |
|
||||
|
Thanks. That did the trick!
|
| Sponsored Links | ||
|
|