logo

utils

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

cat.1 (675B)


  1. .\" Collection of Unix tools, comparable to coreutils
  2. .\" Copyright 2017-2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: MPL-2.0
  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 Fl u
  13. .Op Ar files ...
  14. .Sh DESCRIPTION
  15. .Nm
  16. reads each
  17. .Ar file
  18. in sequence and writes it on the standard output.
  19. If no
  20. .Ar file
  21. is given,
  22. .Nm
  23. reads from the standard input.
  24. .Sh OPTIONS
  25. .Fl u is ignored, present only for POSIX compatibility.
  26. .Sh EXIT STATUS
  27. .Ex -std
  28. .Sh STANDARDS
  29. .Nm
  30. is mostly compliant with the
  31. .St -p1003.1-2008
  32. specification.
  33. .Sh AUTHORS
  34. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me