Search Results

Search: Posts Made By: heyitsmeok
3,646
Posted By heyitsmeok
Thnaks Curleb.
Thnaks Curleb.
3,646
Posted By heyitsmeok
That was corerct ...removed *'s and it works fine...
That was corerct ...removed *'s and it works fine ... a quick question though ...
the line ...
STRING=$(find $ACULOG -name "*" | xargs grep -i "Start" | grep -i "correcting" | wc -l)
Can it by...
3,646
Posted By heyitsmeok
What's wrong with my script ....
There is not any error ... it is simply not doing anything ... not coming out either. it ran once and do not know what I did and it has stoped working ... please suggest ..thx
3,646
Posted By heyitsmeok
What's wrong with my script ....
Please see below mentioned my script ... it ran once without any issue .... then after it is not coming out .... please suggest what is wrong?

#!/bin/ksh
## if (( ${num_errors} > 0 ));
export...
2,300
Posted By heyitsmeok
grep to find entire line ....
As per my understanding below mentioned line of code finding a word 'boy' in $ACULOG...
num_errors=`grep -i -e fail -e illegal -e exception -e "<E" -e boy $ACULOG | wc -l`
if I'm not corerct,...
2,340
Posted By heyitsmeok
grep for entire line from a log folder
As per my understanding below mentioned line of code finding a word 'boy' in $ACULOG...
num_errors=`grep -i -e fail -e illegal -e exception -e "<E" -e boy $ACULOG | wc -l`
if I'm not corerct,...
3,260
Posted By heyitsmeok
Script to ignore word from a line ...
Hi Gurus,
I'm need of a script in which we are finding an independent word ‘boy' in a log file. We are using grep in order to do the same. Now in this log file there are some sentences where we see...
Showing results 1 to 7 of 7

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