|
Search string
|
Function
|
^batch
|
Match at the start of line. Use this if you know (part of) the package name.
|
batch
|
Match "batch" anywhere in the index.
|
|
batch file utility
|
Match "batch file utility" anywhere in the index.
|
|
\.arj
|
Match ".arj" anywhere in the index. Note the \ needed to quote the
point "." since it is a special character (match any character).
|
|
00index.txt
|
Some ill-chosen search strings, like 00index.txt, can produce
slightly confusing results. This is because 00index.txt is a file
name that appears multiple times. Each directory has 00index.txt
namelist.
|