home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!news.u.washington.edu!serval!hlu
- From: hlu@eecs.wsu.edu (H.J. Lu)
- Newsgroups: comp.os.linux
- Subject: Re: TextSearch under Linux
- Message-ID: <1993Jan24.223011.5389@serval.net.wsu.edu>
- Date: 24 Jan 93 22:30:11 GMT
- Article-I.D.: serval.1993Jan24.223011.5389
- References: <7-PCNews-124beta@alpha.saar.de>
- Sender: news@serval.net.wsu.edu (USENET News System)
- Organization: School of EECS, Washington State University
- Lines: 28
-
- In article <7-PCNews-124beta@alpha.saar.de>, georg@alpha.saar.de (Georg Edelmann) writes:
- |> Hello Linux-World,
- |>
- |> I'm quite sure that anyone had this problem too :
- |>
- |> what's the shell command(s) for searching text in files recursively
- |> in all subdirectories from a given point in FS tree ?
- |>
- |> Thanks for help.
- |>
- |> Georg
- |>
- |>
- |> ----
- |> Georg Edelmann Telephone: 49-7643-8807
- |> georg@alpha.saar.de Address: Dragonerstrasse 47
- |> D 7834 Herbolzheim 4
- |> Germany
- |>
-
- Please get a good Unix book. To find "foobar", a very simple one:
-
- find . -exec grep foobar {} \;
-
- It can more than that.
-
-
- H.J.
-