Search Results

Search: Posts Made By: mevasquez
4,973
Posted By mevasquez
Thanks that worked great. I am pretty new to reg...
Thanks that worked great. I am pretty new to reg expressions. I do understand how you did it.

Mike
4,973
Posted By mevasquez
Search File for Specific Words
I have a file that contains the following:
Mon Dec 3 15:52:57 PST 2o007: FAILED TO PROCESSED FILE 200712030790881200.TXT - exit code=107
Tue Dec 4 09:08:57 PST 2007: FAILED TO PROCESSED FILE...
4,541
Posted By mevasquez
Did not like the ticks. I did it another...
Did not like the ticks.

I did it another way. I just used the grep->awk command and output the results to a tempfile. Then I used

if [ -s tempfile ]

then ran the command in the if...
4,541
Posted By mevasquez
Help with script parsing a log file
I have a large log file, which I want to first use grep to get the specific lines then send it to awk to print out the specific column and if the result is zero, don't do anything. What I have so...
Showing results 1 to 4 of 4

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