Forrest logo
back to the rmlint tool

rmlint:ai:492a9

how can i scan my entire "/home" dir with rmlint and copy all pdfs to "/vms/pdfs/"
$ rmlint -f ~/ --types pdf -o list
try on your machine

This command will scan the entire '/home' directory recursively for PDF files using rmlint and generate a list of the files found.

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 copy all pdfs to "/vms/pdfs/" ?
back to the rmlint tool