From b159a6bba22f78ec4dad1436572b08d7902adb51 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 10 Nov 2009 22:16:37 +0000 Subject: 27368, 27369: replace one incorrect example with two correct ones --- FEATURES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FEATURES') diff --git a/FEATURES b/FEATURES index 10ac67178..2dc27368b 100644 --- a/FEATURES +++ b/FEATURES @@ -28,7 +28,8 @@ advanced globbing: qualifiers in parentheses after globbing expression: ls *(*@) matches executable files/directories or symlinks ls *(L0f.go-w.) matches all zero-length files not group or world writable - ls *(om[2]) matches the two most recently modified files + ls *(om[1,3]) matches the three most recently modified files + ls *(om[2]) matches the second most recently modified file null command shorthands: "< file" is same as "more file" is same as "cat >file" -- cgit 1.4.1