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

Re: [cobalt-users] Ordinary linux question



----- Original Message ----- 
From: "Bob Lenaerts" <>
To: <>
Sent: Friday, October 03, 2003 7:22 AM
Subject: [cobalt-users] Ordinary linux question


> Hi All,
> 
> I know a word in a file, but don't know the filename.
> EX: i need to find    sbin    WITHIN a html file.
> 
> How ?
> Find /home/sites -name sbin does not work
> 
> Can someone help me please ?
> 
> Regards,
> Bob lenaerts


How about something like this:
 
grep -i sbin -r web


Regards,
Chris