Linux Cookbook by Carla Schroder The following errata were *corrected* in the 1/05 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem {54} the first paragraph of the Discussion; "The -v option for grep turns on verbosity. -e ^ means "exclude the following directory."" NOW READS: "The -v option for grep means "exclude the following," or "display things that do not match the following expressions." -e specifies the pattern to search for. The caret, ^, means look for the pattern at the beginning of the lines.