diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2018-05-14 22:57:17 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-05-19 00:45:04 +0100 |
commit | 040fa3e7938d7e0a0bf55af97dc289e38f79ecc4 (patch) | |
tree | 323164f1f056c58aa267beb8a0d0e1af79cc1d67 /system/jdupes/README | |
parent | 0de69577aeaa2f18f1aa47acd777c92ccca159d2 (diff) | |
download | slackbuilds-040fa3e7938d7e0a0bf55af97dc289e38f79ecc4.tar.gz |
system/jdupes: Added (taking action upon duplicate files).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/jdupes/README')
-rw-r--r-- | system/jdupes/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/jdupes/README b/system/jdupes/README new file mode 100644 index 0000000000..f81875dee6 --- /dev/null +++ b/system/jdupes/README @@ -0,0 +1,6 @@ +jdupes is a program for identifying and taking actions upon duplicate +files. This fork of fdupes known as 'jdupes' is heavily modified from +and improved over the original. + +jdupes IS NOT a drop-in compatible replacement for fdupes! +Option availability and meanings differ between the two programs. |