Find duplicate files and create delete-file

From WickyWiki
Revision as of 08:55, 1 November 2011 by Wilbert (talk | contribs) (Created page with "201103 Bash, Commandline Options: * -r recursive - NB: this can take some time * -n ignore empty files * -f ommit first occurences ** Note: the exact order is not quite clear, i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

201103 Bash, Commandline

Options:

  • -r recursive - NB: this can take some time
  • -n ignore empty files
  • -f ommit first occurences
    • Note: the exact order is not quite clear, it will help to do dirs seperately
  • -S show size
  • -d delete (prompted)
fdupes -r -n -f ~ > fdupes_list.txt