Research V3 development
authorDennis Ritchie <dmr@research.uucp>
Tue, 13 Feb 1973 20:45:07 +0000 (15:45 -0500)
committerDennis Ritchie <dmr@research.uucp>
Tue, 13 Feb 1973 20:45:07 +0000 (15:45 -0500)
Work on file man/man7/glob.7

Synthesized-from: v3

man/man7/glob.7 [new file with mode: 0644]

diff --git a/man/man7/glob.7 b/man/man7/glob.7
new file mode 100644 (file)
index 0000000..b158355
--- /dev/null
@@ -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\b\b\b\b____
+is used to expand arguments to the shell containing "*", '[', or
+"?".  It is passed the argument list
+containing the metacharacters; glob\b\b\b\b____
+expands the list and calls the command itself.
+The actions of glob\b\b\b\b____ 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\b\b\b\b____ 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.