Downloads
CompFileDate is available for Windows (32 & 64 bit) and Linux (64 bit only) platforms. 32 bit Linux is not supported.
Builds for each target platform can be downloaded in both zip and tar/gzip archives from the Assets section below. Each download file contains the executable program along with a few documentation files.
The download file names contain text that identifies their target OS. Make sure you download the correct one for your operating system.
See ReadMe.txt included in each download for details of how to install and use the program.
The Assets section also provides the full source code, compressed in both zip and tar/gzip format.
Changes
- Added support for comparing last access dates of the files being compared [issue #37].
- Added support to the Linux build for comparing last status change events of file instead of creation dates, which Linux doesn't support. This option is not supported on Windows. Passing the
c,createdorcreationvalues to the-d/--datetypecommand on Linux results in a warning being issued and the last status change date being used instead [issue #39 & issue #41]. - Added further aliases for the
-d/--datatypecommand values [issue #41]. New creation date aliases, beyond those noted above, are not supported on Linux. - Added further aliases for the
-c/--comparecommand values including arithmetic comparision operator symbols [issue #42]. - Updated the help screen re the changes in this release. Note that the help screen now differs between Windows and Linux builds.
- Refactored code that checks for parameter values.
- Updated the
Docs/ReadMe.txtusage section re the changes in this release.