logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git

arch.1 (548B)


  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-04-11
  5. .Dt ARCH 1
  6. .Os
  7. .Sh NAME
  8. .Nm arch
  9. .Nd print architecture name (same as uname -m)
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Sh DESCRIPTION
  13. .Nm
  14. prints the architecture name, aka machine name.
  15. Should be equivalent to
  16. .Cm uname
  17. .Fl m .
  18. .Sh EXIT STATUS
  19. .Ex -std
  20. .Sh SEE ALSO
  21. .Xr uname 1
  22. .Sh STANDARDS
  23. GNU extension.
  24. .Sh AUTHORS
  25. .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me