github.com/1r0npipe/go-file-find-duplicate@v0.0.0-20210531131222-12a9193c59d9/README.md (about)

     1  # go-file-find-duplicate
     2  
     3  # Usage
     4  - try first with command -h/--help, and you will see that output:
     5  
     6  Usage of ....main.exe:
     7   - -delete
     8          By default it will just show the duplicates, use "-delete" if want to delete
     9   - -dir string
    10          Directory to use as root for searching of duplicates, by default current directory (default "./")
    11  
    12  - go run main.go will be searching inside of current directory
    13  # Output
    14  - you will see the list of duplicates and amount of all walked through files + duplicates (if any)