
rmlint:ai:012f1
how can i scan my entire "/home" dir with rmlint and move all pdfs to "/vms/pdfs/"
$ rmlint -opr /home --types pdf --move /vms/pdfs/
try on your machine
This command will scan the entire '/home' directory with rmlint, filter all PDF files, and move them to the '/vms/pdfs/' directory.
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 scan my entire "/home" dir with rmlint and move all pdfs to "/vms/pdfs/" ?