Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: FEATURES description wrong line
- X-seq: zsh-workers 27369
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: Zsh-Workers <zsh-workers@xxxxxxx>
- Subject: Re: FEATURES description wrong line
- Date: Sun, 08 Nov 2009 18:44:44 +0000
- In-reply-to: Message from Maddi Kopfermann <matthi@xxxxxxxxxxxxxxxxx> of "Sun, 08 Nov 2009 12:49:04 +0100." <20091108114904.GA7063@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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