README.md
changeset 30 6d8bbf024448
parent 29 687ac60f5f01
child 31 9962a52201ba
equal deleted inserted replaced
29:687ac60f5f01 30:6d8bbf024448
    11 
    11 
    12 ```
    12 ```
    13 % goduf DIRS...
    13 % goduf DIRS...
    14 ```
    14 ```
    15 
    15 
    16 Example:
    16 Examples:
       
    17 
    17 ```
    18 ```
    18 % goduf /usr/bin
    19 % goduf /usr/bin
    19 Group #1 (2 files * 76 bytes):
    20 Group #1 (2 files * 76 bytes):
    20 /usr/bin/vam
    21 /usr/bin/vam
    21 /usr/bin/vim-addons
    22 /usr/bin/vim-addons
    43 /usr/bin/ansible-vault
    44 /usr/bin/ansible-vault
    44 
    45 
    45 (...)
    46 (...)
    46 ```
    47 ```
    47 
    48 
       
    49 ```
       
    50 % goduf -summary /usr/share/doc
       
    51 2018/04/07 21:48:23 Final count: 5970 duplicate files in 1920 sets
       
    52 2018/04/07 21:48:23 Redundant data size: 107594575 bytes (102 MiB)
       
    53 ```
       
    54 
    48 Use `goduf -h` to get the list of available options.
    55 Use `goduf -h` to get the list of available options.
    49 
    56 
    50 *Note for Windows users*: goduf does not normalize paths on Windows, so be careful not to specify the same path twice.
    57 *Note for Windows users*: goduf does not normalize paths on Windows, so be careful not to specify the same path twice.
    51 
    58 
    52 On Linux, hard links are automatically excluded.
    59 On Linux, hard links are automatically excluded.