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)).