1glob(1) User Commands glob(1)
2
3
4
6 glob - shell built-in function to expand a word list
7
9 csh
10 glob wordlist
11
12
14 csh
15 glob performs filename expansion on wordlist. Like echo(1), but no `\'
16 escapes are recognized. Words are delimited by null characters in the
17 output.
18
20 See attributes(5) for descriptions of the following attributes:
21
22
23
24
25 ┌─────────────────────────────┬─────────────────────────────┐
26 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
27 ├─────────────────────────────┼─────────────────────────────┤
28 │Availability │SUNWcsu │
29 └─────────────────────────────┴─────────────────────────────┘
30
32 csh(1), echo(1), attributes(5)
33
34
35
36SunOS 5.11 15 Apr 1994 glob(1)