Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: FEATURES description wrong line



Maddi Kopfermann wrote:
> I read in "FEATURES" and found some wrong line:
> 
> "ls *(om[2])  matches the two most recently modified files"

Yes, that's not very helpful.  I'll change it to...

Index: FEATURES
===================================================================
RCS file: /cvsroot/zsh/zsh/FEATURES,v
retrieving revision 1.2
diff -u -r1.2 FEATURES
--- FEATURES	1 Aug 2005 09:54:56 -0000	1.2
+++ FEATURES	8 Nov 2009 18:43:31 -0000
@@ -28,7 +28,7 @@
 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[2])  matches the second most recently modified file
 null command shorthands:
   "< file" is same as "more <file"
   "> file" is same as "cat >file"

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



Messages sorted by: Reverse Date, Date, Thread, Author