bna-linuxiran
[Top][All Lists]
Advanced

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

Re: [linuxiran] Find files that contain a string.


From: Hooman Baradaran
Subject: Re: [linuxiran] Find files that contain a string.
Date: Mon, 7 Jul 2003 11:45:58 -0400
User-agent: KMail/1.5

On Monday July 7 2003 11:04 am, Seyyed Mehdi Sheikhalishahi wrote:
> Hi All
>  How can I find files that contain specific string?
KDE has a tool to do this. Just go to Tool --> Find Files in Konqueror.
If they are in the same directory I'd use: fgrep "specific text" *
Or grep if you want to use requal expressions.
Or you can use a combination of find and fgrep/grep.

-- 
Hooman Baradaran
address@hidden
www.hoomanb.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]