logo

utils

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

sname.1 (608B)


  1. .\" Collection of Unix tools, comparable to coreutils
  2. .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: MPL-2.0
  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 the output is a sorted tab-separated key-value list, which allows to be extracted and extended.
  17. .Sh EXIT STATUS
  18. .Ex -std
  19. .Sh SEE ALSO
  20. .Xr look 1 ,
  21. .Xr uname 3
  22. .Sh STANDARDS
  23. No applicable one known.
  24. .Sh AUTHORS
  25. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me