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

Re: cat * | grep foobar



On Wed, 6 Nov 2002 01:47:36 +0100
Doma Smoljo <doma@uppp.net> wrote:

> hallo alle,
> 
> ist zwar nicht grad ne debian-spezifische frage,
> aber vielleicht werde ich trotzdem geholfen.
> 
> ich will directory-inhalte nach foobar durchsuchen,

find ./ -name foobar
find ./ -type f | grep foobar
find ./ -type f | xargs grep foobar

Einer dieser drei Befehle macht sicher das was Du willst ... auch wenn
ich nicht so genau weiss was Du meinst :-)


Gruß,
-- 

Stefan Klein

rm -rf :
remote mail, real fast.



Reply to: