find a string in files
- From: Gary Wessle <phddas@xxxxxxxxx>
- Date: 29 Oct 2006 07:42:27 +1100
Hi
$ grep -FHrn string /path/
will find occurrences of the string in files recursively, but will
also find "stringing" and "strings".
how can I limit it to only "string"
thanks
.
- Follow-Ups:
- Re: find a string in files
- From: Stephan Grein
- Re: find a string in files
- Prev by Date: Using the grep command to filter
- Next by Date: Re: find a string in files
- Previous by thread: Using the grep command to filter
- Next by thread: Re: find a string in files
- Index(es):