logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git

cksum.1 (627B)


  1. .\" utils-std: Collection of commonly available Unix tools
  2. .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: MPL-2.0
  4. .Dd 2024-08-13
  5. .Dt CKSUM 1
  6. .Os
  7. .Sh NAME
  8. .Nm cksum
  9. .Nd write file checksums and sizes
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Op Ar file...
  13. .Sh DESCRIPTION
  14. .Nm
  15. reads each
  16. .Ar file ,
  17. or standard input if none were specified,
  18. and prints each of their CRC-32 checksum and filesize.
  19. .Sh EXIT STATUS
  20. .Ex -std
  21. .Sh STANDARDS
  22. .Nm
  23. should be compliant with the
  24. IEEE Std 1003.1-2024 (“POSIX.1”)
  25. specification.
  26. .Sh AUTHORS
  27. .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me