bug-bash
[Top][All Lists]
Advanced

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

Re: bash conditional expressions


From: Oğuz
Subject: Re: bash conditional expressions
Date: Fri, 12 Nov 2021 13:54:37 +0300

> I agree that the `mtime >= atime' behavior should be restored; ``file
> is newly created or was accessed since last modified'' is not a useful
> information, nor is the opposite.

Or, -N can be split into -A (atime > mtime) and -M (mtime > atime),
and everyone would be happy :D



reply via email to

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