[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Ordinary linux question
- Subject: Re: [cobalt-users] Ordinary linux question
- From: "Chris L" <clathem@xxxxxxxxxxxxx>
- Date: Fri Oct 3 05:51:36 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
----- 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