aboutsummaryrefslogtreecommitdiff
path: root/dirname.1
diff options
context:
space:
mode:
Diffstat (limited to 'dirname.1')
-rw-r--r--dirname.129
1 files changed, 29 insertions, 0 deletions
diff --git a/dirname.1 b/dirname.1
new file mode 100644
index 0000000..8b391da
--- /dev/null
+++ b/dirname.1
@@ -0,0 +1,29 @@
+DIRNAME(1) "fases core"
+
+# NAME
+
+dirname - Return directory portion of a pathname
+
+# SYNOPSIS
+
+*dirname* _string_
+
+# DESCRIPTION
+
+Return directory portion of the STRING pathname.
+
+# EXAMPLES
+
+*dirname /bin/sh*
+ Return directory portion ("/bin/").
+
+# AUTHOR
+
+Written by Ferass EL HAFIDI as part of the fases
+project.
+
+Source code is at http://git.vitali64.duckdns.org/utils/fases.git.
+
+# COPYRIGHT
+
+Copyright (C) 2022 Ferass EL HAFIDI