add dirname

This commit is contained in:
Connor Lane Smith
2011-05-24 21:39:20 +01:00
parent 4fc1ad22ad
commit c367d4d05f
5 changed files with 41 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
.TH BASENAME 1 sbase\-VERSION
.SH NAME
basename \- strip directory from filename
basename \- strip leading path component
.SH SYNOPSIS
.B basename
.I string
@@ -9,6 +9,6 @@ basename \- strip directory from filename
.B basename
prints the
.I string
with any leading directory components, and the
with any leading path components, and the
.IR suffix ,
removed.