Changes between Version 4 and Version 5 of WikiStart
- Timestamp:
- 2010-04-22 05:12:31 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v4 v5 1 1 http://pypi.python.org/pypi/dupfilefind 2 2 3 usage: dupfilefind [-h] [- v] [-I IGNORE_DIRS] [-H] [-D] [-m m] [-M M] [-p]4 [- -include-names-in-profiles] [-n]3 usage: dupfilefind [-h] [-V] [-v] [-I IGNORE_DIRS] [-H] [-D] [-m m] [-M M] 4 [-p] [--include-names-in-profiles] [-n] 5 5 [dir [dir ...]] 6 6 … … 12 12 optional arguments: 13 13 -h, --help show this help message and exit 14 14 -V, --version Print out the version of dupfilefind. 15 15 -v, --verbose Emit more information. 16 17 16 -I IGNORE_DIRS, --ignore-dirs IGNORE_DIRS 18 17 comma-separated list of directories to skip (if you … … 31 30 option is dangerous. 32 31 -m m, --min-size m Ignore files smaller than this (default 1024). 33 -M M, --max-size M Hash only the first this many bytes of the file 34 (default 8589934592).32 -M M, --max-size M Hash only the first this many bytes of the file, or -1 33 to hash all bytes of the file (default -1). 35 34 -p, --profiles Print out the md5sum and size in bytes of every file. 36 35 This could be useful for a p2p storage project to … … 41 40 -n, --no-follow-symlinks 42 41 Do not follow symlinks. 42 43 43 44 == Starting Points == 44 45