logo

utils-std

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

dirname.1 (590B)


  1. .\" utils-std: Collection of commonly available Unix tools
  2. .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: 0BSD
  4. .Dd 2021-04-05
  5. .Dt DIRNAME 1
  6. .Os
  7. .Sh NAME
  8. .Nm dirname
  9. .Nd return the parent directory of a file pathname
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Ar string
  13. .Sh DESCRIPTION
  14. Returns the parent directory of
  15. .Ar string .
  16. .Sh EXIT STATUS
  17. .Ex -std
  18. .Sh SEE ALSO
  19. .Xr direname 3
  20. .Sh STANDARDS
  21. .Nm
  22. should be compliant with the
  23. IEEE Std 1003.1-2024 (“POSIX.1”)
  24. specification.
  25. .Sh AUTHORS
  26. .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me