diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man7/glob.7 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man7/glob.7')
| -rw-r--r-- | static/unix-v10/man7/glob.7 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/static/unix-v10/man7/glob.7 b/static/unix-v10/man7/glob.7 new file mode 100644 index 00000000..b1583557 --- /dev/null +++ b/static/unix-v10/man7/glob.7 @@ -0,0 +1,36 @@ +.pa 1 +.he 'GLOB (VII)'6/15/72'GLOB (VII)' +.ti 0 +NAME glob -- generate command arguments +.sp +.ti 0 +SYNOPSIS /etc/glob +.sp +.ti 0 +DESCRIPTION glob____ +is used to expand arguments to the shell containing "*", '[', or +"?". It is passed the argument list +containing the metacharacters; glob____ +expands the list and calls the command itself. +The actions of glob____ are detailed in +the Shell writeup. +.sp +.ti 0 +FILES found in /etc/glob +.sp +.ti 0 +SEE ALSO sh(I) +.sp +.ti 0 +DIAGNOSTICS "No match", "No command", "No directory" +.sp +.ti 0 +BUGS If any of +'*', '[', or '?' occurs both quoted and unquoted in the +original command line, +even the quoted metacharacters are expanded. + +glob____ gives the "No match" diagnostic only if +no arguments at all result. +This is never the case if there is any +argument without a metacharacter. |
