mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:57:45 +00:00
Base: Add more manpages for command-line utilities
This commit is contained in:
parent
5d8585df97
commit
57340dda36
25 changed files with 749 additions and 0 deletions
22
Base/usr/share/man/man1/checksum.md
Normal file
22
Base/usr/share/man/man1/checksum.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
## Name
|
||||
|
||||
checksum - helper program for calculating checksums
|
||||
|
||||
## Synopsis
|
||||
|
||||
`$ md5sum <file>`
|
||||
`$ sha1sum <file>`
|
||||
`$ sha256sum <file>`
|
||||
`$ sha512sum <file>`
|
||||
|
||||
## Description
|
||||
|
||||
This program calculates and print specified checksum of files. It cannot be run directly, only
|
||||
as `md5sum`, `sha1sum`, `sha256sum` or `sha512sum`.
|
||||
|
||||
## See also
|
||||
|
||||
* [`md5sum`(1)](md5sum.md)
|
||||
* [`sha1sum`(1)](sha1sum.md)
|
||||
* [`sha256sum`(1)](sha256sum.md)
|
||||
* [`sha512sum`(1)](sha512sum.md)
|
Loading…
Add table
Add a link
Reference in a new issue