diff options
Diffstat (limited to 'FEATURES')
-rw-r--r-- | FEATURES | 2 |
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 |