zsh-workers
 help / color / mirror / code / Atom feed
From: Vincent Lefevre <vincent@vinc17.org>
To: zsh-workers@sunsite.dk
Subject: time glob qualifiers
Date: Thu, 13 Dec 2007 20:51:55 +0100	[thread overview]
Message-ID: <20071213195155.GO28728@prunille.vinc17.org> (raw)

The zshexpn(1) says:

  a[Mwhms][-|+]n
    files  accessed  exactly  n days ago.  Files accessed within the
    last n days are selected using a  negative  value  for  n  (-n).
    Files accessed more than n days ago are selected by a positive n
    value (+n).  Optional unit specifiers `M', `w', `h', `m' or  `s'
    (e.g.  `ah5') cause the check to be performed with months (of 30
    days), weeks, hours, minutes or seconds instead of days, respec-
    tively.   For instance, `echo *(ah-5)' would echo files accessed
    within the last five hours.

This isn't clear, and the only example is the one for which there
is no ambiguity. The man page should say that the fractional part
is discarded, and should give an example for a+1 for instance.

The find(1) man page from the findutils is more explicit:

  -atime n
    File was last accessed n*24 hours ago.  When  find  figures  out
    how  many  24-hour  periods  ago the file was last accessed, any
    fractional part is ignored, so to match -atime +1, a file has to
    have been accessed at least two days ago.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


             reply	other threads:[~2007-12-13 19:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-13 19:51 Vincent Lefevre [this message]
2007-12-13 21:46 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071213195155.GO28728@prunille.vinc17.org \
    --to=vincent@vinc17.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).