(Modified 2009 Nov 19)

Find


I've seen two syntaxes:

  1. find dir_name/ string*ext -print
  2. find "string*ext" -print

In the first, the directory name to be searched must be named explicitly. In the second, the directory names is optional, but the string must be enclosed in quotes. I'll be general and include both the directory name and enclose in quotes.


This page is Lynx-enhanced