dirname.1 435 B

123456789101112131415161718192021222324252627282930
  1. DIRNAME(1) "fases core"
  2. # NAME
  3. dirname - Return directory portion of a pathname
  4. # SYNOPSIS
  5. *dirname* _string_
  6. # DESCRIPTION
  7. Return directory portion of the STRING pathname.
  8. # EXAMPLES
  9. *dirname /bin/sh*
  10. Return directory portion ("/bin/").
  11. # AUTHOR
  12. Written by Ferass EL HAFIDI as part of the fases
  13. project.
  14. Source code is at http://git.vitali64.duckdns.org/utils/fases.git.
  15. # COPYRIGHT
  16. Copyright (C) 2022 Ferass EL HAFIDI