summaryrefslogtreecommitdiff
path: root/FEATURES
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-08-01 09:54:55 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-08-01 09:54:55 +0000
commit8c095a5169d78409444388646517145c5b6b25ab (patch)
tree876c4df33266eb12049113297cca255b4cc1fca4 /FEATURES
parent3d562f576c7f7b7f4e7b35828e7d9e7c80fc8546 (diff)
downloadzsh-8c095a5169d78409444388646517145c5b6b25ab.tar.gz
zsh-8c095a5169d78409444388646517145c5b6b25ab.zip
unposted: Perforce "attribute" command
21551: FEATURES description for file<20-> 21546: oddities of subscripts when searching arrays 21544: ioctl() prototyping
Diffstat (limited to 'FEATURES')
-rw-r--r--FEATURES2
1 files changed, 1 insertions, 1 deletions
diff --git a/FEATURES b/FEATURES
index 95a0d617c..10ac67178 100644
--- a/FEATURES
+++ b/FEATURES
@@ -19,7 +19,7 @@ generalized pipes (ls foo >>(cmd1) 2>>(cmd2) pipes stdout to cmd1
arithmetic expressions
advanced globbing:
ls **/file searches recursively for "file" in subdirectories
- ls file<20-> matches file20, file30, file100, etc.
+ ls file<20-> matches file20, file21, file22, etc.
ls *.(c|pro) matches *.c and *.pro
ls *(R) matches only world-readable files
ls *.c~lex.c matches all .c files except lex.c