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

Re: very quick question :)



On Fri, Jun 09, 2000 at 11:12:03AM +0200, Antonio Moragues Ramón wrote:
> > grep -r / -e lawpc34 -H &> lawpc34.log &
 
> > but that doesn't seem to work
 
> Try grep -r lawpc34 / > lawpc34.log &

    Or: find / -exec grep lawpc34 \{\} \; -print > lawpc43.log

    Maybe, but that is how I'd do it.

-- 
         Steve C. Lamb         | I'm your priest, I'm your shrink, I'm your
         ICQ: 5107343          | main connection to the switchboard of souls.
-------------------------------+---------------------------------------------



Reply to: