in reply to Determine date of file and current date

One stab: stat. Another stab: -M.

The latter uses the value in $^T, which is set to time when the script starts, as its reference.

  • Comment on Re: Determine date of file and current date