In Wheezy's grep version [1], you can omit the "." in
$ grep -r foobar .
and just write
$ grep -r foobar
[1] actually since 2.11
In Wheezy's grep version [1], you can omit the "." in
$ grep -r foobar .
and just write
$ grep -r foobar
[1] actually since 2.11