Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
2009-02-22 02:12:31 (16 years ago)
Author:
zooko
Comment:

new usage string

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    11http://pypi.python.org/pypi/dupfilefind
    22
    3 usage: dupfilefind [-h] [-v] [-I IGNORE_DIRS] [-H] [-D] [-m M] [-p]
     3usage: dupfilefind [-h] [-v] [-I IGNORE_DIRS] [-H] [-D] [-m m] [-M M] [-p]
     4                   [--include-names-in-profiles] [-n]
    45                   [dir [dir ...]]
    56
     
    78
    89positional arguments:
    9   dir                   a directory to recursively examine
     10  dir                   directories to recursively examine (default '.')
    1011
    1112optional arguments:
    1213  -h, --help            show this help message and exit
     14
    1315  -v, --verbose         Emit more information.
     16
    1417  -I IGNORE_DIRS, --ignore-dirs IGNORE_DIRS
    1518                        comma-separated list of directories to skip (if you
    1619                        need to name a directory which has a comma in its name
    17                         then escape that command twice) (default _darcs,.svn
     20                        then escape that name twice) (this does what you would
     21                        expect with relative vs. absolute paths) (default _dar
     22                        cs,.svn,.git,.bzr,/proc,/sys,/dev,/tmp,/var/tmp,/lib64
     23                        /udev
    1824  -H, --hard-link-them  Whenever a file is found with identical contents to a
    1925                        previously discovered file, replace the new one with a
     
    2430                        previously discovered file, delete the new one. This
    2531                        option is dangerous.
    26   -m M, --min-size M    Ignore files smaller than this (default 1024).
    27   -p, --profiles        Generate a profile of your files which doesn't contain
    28                         very much potentially-sensitive information (it
    29                         contains only the file sizes rounded up to 4096 bytes,
    30                         how many files were duplicates, and an 16-bit checksum
    31                         of each file). This could be useful for a p2p storage
    32                         project to measure how valuable convergent encryption
    33                         is.
     32  -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).
     35  -p, --profiles        Print out the md5sum and size in bytes of every file.
     36                        This could be useful for a p2p storage project to
     37                        measure how valuable convergent encryption is.
     38  --include-names-in-profiles
     39                        Print out the file name in addition to the other
     40                        information from --profiles, for each file.
     41  -n, --no-follow-symlinks
     42                        Do not follow symlinks.
    3443== Starting Points ==
    3544