logo

cross-unix-documentation

documentation of similarities and (noteworthy) differencies between Unix systems git clone https://hacktivis.me/git/cross-unix-documentation.git

realpath.1x (1027B)


  1. .\" This file is part of Cross Unix Documentation
  2. .\" Copyright © 2019-2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  3. .\" SPDX-License-Identifier: CC-BY-4.0
  4. .Dd 2021-08-26
  5. .Dt REALPATH 1x
  6. .Os
  7. .Sh PROLOG
  8. This manual page is part of
  9. .Lk https://hacktivis.me/git/cross-unix-documentation "Cross-Unix Documentation"
  10. which is an attempt to provide documentation of similarities and (noteworthy) differencies between Unix-like systems.
  11. To be used as an addition to the POSIX standard.
  12. .Sh NAME
  13. .Nm realpath
  14. .Nd print the resolved absolute paths
  15. .Sh SYNOPSIS
  16. .Ss FreeBSD, GNU
  17. .Nm
  18. .Op Fl q
  19. .Ar path ...
  20. .Ss BusyBox
  21. .Nm
  22. .Ar file ...
  23. .Ss NetBSD, OpenBSD
  24. Absent
  25. .Sh DESCRIPTION
  26. .Nm
  27. prints the resolved absolute file name.
  28. If
  29. .Fl q
  30. is specified, less warnings or error messages will be printed.
  31. .Pp
  32. Warning: Behavior might be widely different between implementations.
  33. .Sh SOURCE
  34. .Fx 13.0 ,
  35. .Nx 9.2 ,
  36. .Ox 6.9
  37. .Sh SEE ALSO
  38. .Xr readlink 1 ,
  39. .Xr realpath 3p
  40. .Sh AUTHORS
  41. .An Haelwenn (lanodan) Monnier Aq Mt contact+c-u-d@hacktivis.me