glob(1) manual page
Table of Contents
glob - shell built-in function to expand a word list
glob
wordlist
SUNWcsu
glob performs filename expansion
on wordlist. Like echo(1)
, but no ‘\’ escapes are recognized. Words are delimited
by null characters in the output.
csh(1)
, echo(1)
Table of Contents