Quote:
|
Originally Posted by KeesH
Manish,
I have entered the following
root@gmt_prd:/cer_eupuk/log> find /cer_eupuk/log -mtime +2 -type f | grep "/cer_eupuk/log[^/]*$ | grep -v '/rf/'
>
And all I get is the prompt to enter data???? I'm confused
Any help please.
|
double quotes are missing in the first grep
find /cer_eupuk/log -mtime +2 -type f | grep "/cer_eupuk/log[^/]*$" | grep -v '/rf/'