Skip to content

Commit

Permalink
Specifying unit for max and min file size, issue adrianlopezroche#134
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcmpbll committed Mar 31, 2020
1 parent 791fc12 commit d8ad55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Usage: fdupes [options] DIRECTORY...
-H --hardlinks normally, when two or more files point to the same
disk area they are treated as non-duplicates; this
option will change this behavior
-G --minsize=SIZE consider only files greater than or equal to SIZE
-L --maxsize=SIZE consider only files less than or equal to SIZE
-G --minsize=SIZE consider only files greater than or equal to SIZE in bytes
-L --maxsize=SIZE consider only files less than or equal to SIZE in bytes
-n --noempty exclude zero-length files from consideration
-A --nohidden exclude hidden files from consideration
-f --omitfirst omit the first file in each set of matches
Expand Down

0 comments on commit d8ad55d

Please sign in to comment.