BSD 1 development
[unix-history] / man8 / glob2.8
CommitLineData
fde98a2d
BJ
1.th GLOB2 VIII 10/15/76
2.sh NAME
3glob2 \*- generate command arguments
4.sh SYNOPSIS
5.bd /etc/glob2
6libs command [ arguments ]
7.sh DESCRIPTION
8.it Glob2
9is used to expand arguments to the shell containing ``*'', ``['', or
10``?''.
11It is passed the argument list
12containing the metacharacters;
13.it glob2
14expands the list and calls the indicated command.
15The libs argument is a string containing all the current user library
16names separated by blanks.
17The actions of
18.it glob2
19are detailed in
20the Shell writeup.
21.sh SEE ALSO"
22sh (I), lib (I)
23.sh BUGS