github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_sha1sum.md (about) 1 --- 2 title: "rclone sha1sum" 3 description: "Produces an sha1sum file for all the objects in the path." 4 slug: rclone_sha1sum 5 url: /commands/rclone_sha1sum/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/sha1sum/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone sha1sum 9 10 Produces an sha1sum file for all the objects in the path. 11 12 ## Synopsis 13 14 15 Produces an sha1sum file for all the objects in the path. This 16 is in the same format as the standard sha1sum tool produces. 17 18 19 ``` 20 rclone sha1sum remote:path [flags] 21 ``` 22 23 ## Options 24 25 ``` 26 -h, --help help for sha1sum 27 ``` 28 29 See the [global flags page](/flags/) for global options not listed here. 30 31 ## SEE ALSO 32 33 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 34