logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git

cat.1 (727B)


  1. .\" Collection of Unix tools, comparable to coreutils
  2. .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
  4. .Dd 2022-02-13
  5. .Dt CAT 1
  6. .Os
  7. .Sh NAME
  8. .Nm cat
  9. .Nd concatenate files
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Op Ar files ...
  13. .Sh DESCRIPTION
  14. .Nm
  15. reads each
  16. .Ar file
  17. in sequence and writes it on the standard output.
  18. If no
  19. .Ar file
  20. is given,
  21. .Nm
  22. reads from the standard input.
  23. .Sh EXIT STATUS
  24. .Ex -std
  25. .Sh STANDARDS
  26. .Nm
  27. is mostly compliant with the
  28. .St -p1003.1-2008
  29. specification.
  30. .Sh AUTHORS
  31. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me
  32. .Sh BUGS
  33. .Nm
  34. lacks the
  35. .Fl u
  36. option, this is mostly intended but it means a lack of unbuffered read/writes.