logo

utils-std

Collection of commonly available Unix tools

tee.1 (677B)


  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-03-16
  5. .Dt TEE 1
  6. .Os
  7. .Sh NAME
  8. .Nm tee
  9. .Nd duplicate standard input
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Op Fl a
  13. .Op Fl i
  14. .Op Ar file...
  15. .Sh DESCRIPTION
  16. .Nm
  17. copies standard input to standard output and to each given
  18. .Ar file
  19. .
  20. .Sh OPTIONS
  21. .Bl -tag -width Ds
  22. .It Fl a
  23. Append to the files instead of overwriting
  24. .It Fl i
  25. Ignore SIGINT
  26. .El
  27. .Sh EXIT STATUS
  28. .Ex -std
  29. .Sh STANDARDS
  30. .Nm
  31. should be compliant with the
  32. .St -p1003.1-2008
  33. specification.
  34. .Sh AUTHORS
  35. .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me