logo

utils

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

args.1 (493B)


  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 2022-02-13
  5. .Dt ARGS 1
  6. .Os
  7. .Sh NAME
  8. .Nm args
  9. .Nd dump all passed arguments
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Op Ar arguments
  13. .Sh DESCRIPTION
  14. .Nm
  15. will print out all the arguments passed to it.
  16. This is intended as a tool for shell debugging.
  17. .Sh EXIT STATUS
  18. .Ex -std
  19. .Sh AUTHORS
  20. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me