aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-12-04 02:43:56 +1000
committerGravatar axel <axel@liljencrantz.se>2005-12-04 02:43:56 +1000
commit9b4c34aa4c95a8d2c6703b7c04443f82f086d359 (patch)
tree5ce8bb90b506499cf511c1d84d356d91b6131b7b /doc_src
parente2ebc0e443d773fc0bc2cb0958bc3cf721717969 (diff)
Use csh-style error rules with wildcards, i.e. if no matches are found, the command is not executed
darcs-hash:20051203164356-ac50b-1b1818db2698eab9ae765a5af1e259bce3ab37e7.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/doc.hdr6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc_src/doc.hdr b/doc_src/doc.hdr
index 868a233c..fb2ace9d 100644
--- a/doc_src/doc.hdr
+++ b/doc_src/doc.hdr
@@ -300,6 +300,12 @@ Example:
<code>???</code> matches any file in the current directory whose name is exactly three characters long.
+If no matches are founf for a specific wildcard, it will expand intto
+zero arguments, i.e. to nothing. If none of the wildcarded arguments
+sent to a command result in any matches, the command will not be
+executed. If this happens when using the shell interactively, a
+warning will also be printed.
+
\subsection expand-command-substitution Command substitution
If a parameter contains a set of parenthesis, the text enclosed by the