grep - more examples [1]
grep -c 'pine' *.mif to count the occurrences of pine in my book
grep 'pine' *.mif | more to display them
grep 'ucbext1' /etc/passwd > my_info to store key details about my account
grep -i '[d3]' home-on-the-range to find lines with d, D, or 3