Go to the first, previous, next, last section, table of contents.
- Test: -name pattern
- 
- Test: -iname pattern
- 
True if the base of the file name (the path with the leading directories
removed) matches shell pattern pattern.  For `-iname', the
match is case-insensitive.  To ignore a whole directory tree, use
`-prune' (see section Directories).  As an example, to find Texinfo
source files in `/usr/local/doc':
find /usr/local/doc -name '*.texi'
 
Go to the first, previous, next, last section, table of contents.