Skip to main content
deleted 81 characters in body
Source Link
DimiDak
  • 5.4k
  • 2
  • 30
  • 35
grep -R "string" /directory/

It used to be grep-R follows also symlinks when -r but I just noticed it does not work anymore in my version.

grep --version
grep (GNU grep) 3.1
grep -R "string" /directory/

It used to be grep -r but I just noticed it does not work anymore in my version.

grep --version
grep (GNU grep) 3.1
grep -R "string" /directory/

-R follows also symlinks when -r does not.

Source Link
DimiDak
  • 5.4k
  • 2
  • 30
  • 35

grep -R "string" /directory/

It used to be grep -r but I just noticed it does not work anymore in my version.

grep --version
grep (GNU grep) 3.1