logo

utils-std

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

pwd.1 (560B)


  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 PWD 1
  6. .Os
  7. .Sh NAME
  8. .Nm pwd
  9. .Nd print working directory
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Sh DESCRIPTION
  13. .Nm
  14. prints the full path of the current working directory.
  15. .Sh EXIT STATUS
  16. Zero.
  17. .Sh SEE ALSO
  18. .Xr getcwd 3
  19. .Sh STANDARDS
  20. .Nm
  21. should be compliant with the
  22. IEEE Std 1003.1-2024 (“POSIX.1”)
  23. specification.
  24. .Sh AUTHORS
  25. .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me