Abuse Melding

Je hebt een klacht over de onderstaande posting:

23-02-2020, 11:49 door Anoniem

Door Anoniem: #!/bin/sh find $@ -type f -size +0 -print0 | xargs -0 md5sum | sort | uniq --all-repeated=prepend -w32 | sed -e 's/^[0-9a-f]* //' Mooie one-liner. Omdat ik zelf in de loop van de tijd ook af en toe behoefte aan zo'n tool had, zowel de vraagsteller als dit en andere antwoorden een praktische richting aangeven, en omdat ik het leuk vind om in Python te knutselen heb ik me daarstraks even kwaad gemaakt met het volgende resultaat: #!/usr/bin/env python3 """ Find duplicate files. Usage: {script} [path...] [-- cmd [arg...]] {script} --help The path arguments can be either directories or regular files. If any directories are given they serve as roots for the search: only files within those directories and their subdirectories are compared. If no roots are given the current directory is used as a root. If regular files are given only those files and their duplicates are reported. Paths of duplicate files are printed to stdout, one path per line, with empty lines between groups of ...

Beschrijf je klacht (Optioneel):

captcha