logo

utils

Old programs, got split in utils-std and utils-extra git clone https://hacktivis.me/git/utils.git

pat.1 (625B)


  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 2023-02-22
  5. .Dt PAT 1
  6. .Os
  7. .Sh NAME
  8. .Nm pat
  9. .Nd print concatenated files
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Op Ar files ...
  13. .Sh DESCRIPTION
  14. .Nm
  15. writes the number of files to be read, then in sequence:
  16. prints their filename; then reads the
  17. .Ar file
  18. and writes it on the standard output.
  19. If no
  20. .Ar file
  21. is given,
  22. .Nm
  23. uses standard input as one.
  24. .Sh EXIT STATUS
  25. .Ex -std
  26. .Sh STANDARDS
  27. None applicable.
  28. .Sh AUTHORS
  29. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me