[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Re: Shell command
- Subject: [cobalt-developers] Re: Shell command
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Wed Oct 15 08:41:00 2003
- Organization: BRTNet.org
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
> Is their command to search for text within a file? I'm trying to find all
> index.html files (in /home/sites/) containing the text my_logo.jpg.
grep
> i.e. locate index.html | [command to find my_logo.jpg]
locate index.html | grep "my_logo.jpg"