bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: test -nt not sane


From: Greg Wooledge
Subject: Re: test -nt not sane
Date: Wed, 10 Aug 2011 15:42:54 -0400
User-agent: Mutt/1.4.2.3i

On Wed, Aug 10, 2011 at 03:25:49PM -0400, Chet Ramey wrote:
> The man page says:

> file1 -nt file2
>       True if file1 is newer (according  to  modification  date)  than
>       file2, or if file1 exists and file2 does not.

Ah.  The "help test" page is shorter:

      FILE1 -nt FILE2  True if file1 is newer than file2 (according to
                       modification date).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]