Index of Section 1 Manual Pages
| Interix / SUA | glob.1 | Interix / SUA |
glob(1) glob(1)
glob
NAME
glob - write arguments to standard output, ignoring escape sequences
SYNOPSIS
glob wordlist
DESCRIPTION
This command is a C-shell built-in command.
The glob(1) command is like echo(1), but no '\' escapes are recognized,
and words are delimited by null characters in the output.It is useful for
programs that use the shell to expand a list of words to matching file
names (see “File-name substitution” in tcsh(1)).