dupwaste (fslint-2.44) | : | dupwaste (fslint-2.46) | ||
---|---|---|---|---|
#!/usr/bin/env python | #!/usr/bin/env python2 | |||
# This script shows the total space wasted by duplicate files | # This script shows the total space wasted by duplicate files | |||
# as reported by findup (pipe `findup --summary`to this). | # as reported by findup (pipe `findup --summary`to this). | |||
# | # | |||
# This script can take in two arguments. | # This script can take in two arguments. | |||
# --help prints the command usage. | # --help prints the command usage. | |||
# --human calculates the output size in KB, MB, GB, or TB. | # --human calculates the output size in KB, MB, GB, or TB. | |||
import sys | import sys | |||
import getopt | import getopt | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |