Discussion
:
find a string in files
Afficher un message
28/10/2006, 22h42
#
1
Gary Wessle
Messages: n/a
Hébergeur:
find a string in files
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
Gary Wessle
Page generated in
0,04401
seconds with
9
queries