logo

utils

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

sname.1 (601B)


  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 2021-04-05
  5. .Dt INAME 1
  6. .Os
  7. .Sh NAME
  8. .Nm sname
  9. .Nd Structured output of system name and info
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Sh DESCRIPTION
  13. .Nm
  14. is equivalent to
  15. .Xr uname 1
  16. except it's output is structed, which allows to reuse it more easily in other programs.
  17. .Sh EXIT STATUS
  18. .Ex -std
  19. .Sh SEE ALSO
  20. .Xr uname 3
  21. .Sh STANDARDS
  22. No applicable one known.
  23. .Sh AUTHORS
  24. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me