glob built-in command for tcsh: Write each word to standard output

Format

glob wordlist

Description

glob is like echo, but \ (backslash) escapes are not recognized and words are delimited by null characters in the output. glob is useful for programs that want to use the shell to file name expand a list of words.

Related information

echo, tcsh