[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Should -et be available?
From: |
Peng Yu |
Subject: |
Should -et be available? |
Date: |
Sun, 24 May 2020 17:04:16 -0500 |
I don't find a way to test whether two files are at the same time.
Should there be a switch for this comparison given -nt and -ot are
available? Thanks.
file1 -nt file2
True if file1 is newer (according to modification date)
than file2, or if file1 exists and file2 does not.
file1 -ot file2
True if file1 is older than file2, or if file2 exists
and file1 does not.
--
Regards,
Peng
- Should -et be available?,
Peng Yu <=
Re: Should -et be available?, Peng Yu, 2020/05/25