bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: grep -r problem


From: KOYLE,RUSS (HP-Boise,ex1)
Subject: RE: grep -r problem
Date: Mon, 12 May 2003 10:30:07 -0400

Thanks everyone for the answer, it was kinda embedded in the family reunion
chit-chat but appreciated and helpful just the same.

Sure seems like it would be easier to have it look for just *.c files
regardless of the direction (still recursing) and avoid the use of the extra
'find'.

See ya,
Russ

-----Original Message-----
From: address@hidden [mailto:address@hidden 
Sent: Saturday, May 10, 2003 12:28 PM
To: address@hidden
Cc: address@hidden; address@hidden
Subject: Re: grep -r problem


    >   find -name *.c | xargs grep void

    Let me take exception to not quoting the *.c in the above.  If there

True enough, I meant to say `find *.c | xargs grep void' :).

    "Back in the day" you could rely upon the fact that people never put
    funny characters in file names.

True enough, I was/am relying on that fact.  Heck, the Unixy distributions I
tend to grep don't put spaces in their filenames ...

    my best to retrain myself to think of every filename as being
    potentially hostile toward me.

I understand, but how sad.  I like to think of filenames as my friends,
there is too much hostility in the world already :).


karl (just another swimming submarine)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]