Group: comp.os.plan9 · Group Profile
Author: ron minnichron minnich Date: Sep 10, 2008 06:38
On Wed, Sep 10, 2008 at 3:19 AM, Kenji Arisawa ar.aichi-u.ac.jp> wrote:
> Hello,
>
> "test" command of plan 9 has a operator "older", the usage is:
> test f -older t
> where f is a file and t is a time.
> however the command does not have "newer" operator.
> why?
>
If a < b, and you want to know if b > a, can't you just do a < b?
ron
|