grep -r what it means code example
Example 1: grep ":$" meaning
cathy ~> grep :$ /etc/passwd
news:x:9:13:news:/var/spool/news:
Example 2: grep -r
grep -r 'text goes here' path_goes_here
cathy ~> grep :$ /etc/passwd
news:x:9:13:news:/var/spool/news:
grep -r 'text goes here' path_goes_here