Afficher un message
Vieux 28/10/2006, 22h42   #1
Gary Wessle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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
  Réponse avec citation
 
Page generated in 0,04401 seconds with 9 queries