Simple Searching

Case 1: A single file

Problem: Find some information which has already been organized into a single file.

Solution: use grep

An example

Case 2: A small directory of files

Problem: Find information which has been organized into a set of files in a small set of directories.

Solution: use grep

An example