Lines Matching refs:search

6 ## search
35 ## Added default flags for ~/.search, including TTY, -nice, -list, etc.
51 $rc_file = join('/', $ENV{'HOME'}, ".search");
68 ## do search while there are directories to be done.
81 $FIND_ONLY=0; ## set by -find (don't search files)
130 print qq/Jeffrey's file search, version "$version".\n/;
137 -dir DIR start search at the named directory (default is current dir).
174 Otherwise, will search for files with lines matching any of the given regexes.
569 ## Read the .search file:
1122 .TH search 1 "Dec 17, 1994"
1124 search \- search files (a'la grep) in a whole directory tree.
1126 search [ grep-like and find-like options] [regex ....]
1143 .I search
1149 % search jeff
1151 will search files in the current directory, and all sub directories, for
1157 % search jeff Larry Randal+ 'Stoc?k' 'C.*son'
1162 % search 'jeff|Larry|Randal+|Stoc?k|C.*son'
1184 Normally, the search starts in the current directory, considering files in
1188 .I ~/.search
1244 the search is progressing,
1269 directories (i.e. "-dir A -dir B -dir C" will search A, B, and C, while
1270 "-dir A -ddir B -dir C" will search only B and C. This might be of use
1302 of the test. Therefore, "search -older ./file regex" will never consider
1303 "./file", while "search -Older ./file regex" will.
1371 Only search down directories whose path matches the given pattern (this
1428 .I ~/.search
1454 .I search
1467 .IR search .
1472 .I search
1492 .I search
1497 However, "search -ffind"
1545 % search foo
1555 % search -nice foo
1617 .I search
1619 .IR ~/.search .
1632 If you wish to create your own "~/.search",
1729 Create '-xtex' to search only "*.tex" files in your ~/pub directory tree.
1746 When the '-xman' option is given, search "/usr/man" for whole-words
1847 will search "some/dir" completely, then search "other" completely. This
1852 will search "some/dir" completely *except for* "some/dir/more/specific",