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 [EMAIL PROTECTED] www.hoomanb.com _______________________________________________ bna-linuxiran mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/bna-linuxiran
