7 .Nd Interactively complete file or word
22 takes a pattern on the command-line and completes file or word and displays
23 them in a menu for the user to select one.
24 Once the user has selected a completion, the completion (excluding the
25 pattern) is printed to standard output.
30 as its user-interface,
31 so see that page for more details.
39 to obtain a list of matching file names.
41 This reads standard input to obtain a list of lines matching
44 If this token is encountered before the first non-option argument,
45 all following arguments will be treated as pattern,
46 even if they would otherwise be valid command-line options.
48 If encountered after the first non-option argument,
49 or after a previous instance of
51 it is treated as a pattern.
53 The pattern to be completed by file or word.
57 prints a usage summary and exits,
58 ignoring any other flag and arguments.
68 prints nothing and sets its exit status to 1
69 if the user refused to select a file.
80 to obtain the list of files, weird things might happen if you have
81 control-characters in your filenames.