
rmlint:ai:97878
how can i use rmlint to scan my entire "/home" dir for pdf files and fine the original of each pdf and then move 1 copy of each pdf to a folder on linux. It has to recurse as deep as possible and follow paths and ensure deduplication is done . Moving the oldest version of the pdf with good metadata and version.
$ rmlint --types pdf -mc --keep-all-tag 'ctime' /home
try on your machine
Scan the entire '/home' directory for pdf files, find the original version of each pdf, move one copy of each pdf to a folder on Linux, recurse as deep as possible, follow paths, ensure deduplication is done, and move the oldest version of the pdf with good metadata and version
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- how can i use rmlint to scan my entire "/home" dir for pdf files and fine the original of each pdf and then move 1 copy of each pdf to a folder on linux. It has to recurse as deep as possible and follow paths and ensure deduplication is done . Moving the oldest version of the pdf with good metadata and version.?