Guest User

Untitled

a guest
Oct 15th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. [root@reneMusica]# fdupes -h
  2. Usage: fdupes [options] DIRECTORY...
  3.  
  4. -r --recurse include files residing in subdirectories
  5. -s --symlinks follow symlinks
  6. -H --hardlinks normally, when two or more files point to the same
  7. disk area they are treated as non-duplicates; this
  8. option will change this behavior
  9. -n --noempty exclude zero-length files from consideration
  10. -f --omitfirst omit the first file in each set of matches
  11. -1 --sameline list each set of matches on a single line
  12. -S --size show size of duplicate files
  13. -q --quiet hide progress indicator
  14. -d --delete prompt user for files to preserve and delete all
  15. others; important: under particular circumstances,
  16. data may be lost when using this option together
  17. with -s or --symlinks, or when specifying a
  18. particular directory more than once; refer to the
  19. fdupes documentation for additional information
  20. -v --version display fdupes version
  21. -h --help display this help message
  22.  
  23. [root@rene Musica]#
Add Comment
Please, Sign In to add comment