sbase/basename.1

33 lines
528 B
Groff
Raw Normal View History

2011-05-23 01:36:34 +00:00
.TH BASENAME 1 sbase\-VERSION
.SH NAME
2011-05-24 20:39:20 +00:00
basename \- strip leading path component
2011-05-23 01:36:34 +00:00
.SH SYNOPSIS
.B basename
2012-04-23 13:50:47 +00:00
.RB [ \-a ]
.RB [ \-z ]
.RB [ \-s
.IR suffix ]
2011-05-23 01:36:34 +00:00
.I string
.RI [ suffix ]
.SH DESCRIPTION
.B basename
2011-05-23 19:15:19 +00:00
prints the
2011-05-23 01:36:34 +00:00
.I string
2011-05-24 20:39:20 +00:00
with any leading path components, and the
2011-05-23 01:36:34 +00:00
.IR suffix ,
removed.
2012-04-23 13:50:47 +00:00
.SH OPTIONS
.TP
.BI \-a
multiple arguments will each be treated as strings
.TP
.BI \-s " suffix"
specifies the suffix that should be removed
.TP
.BI \-z
output will be separated with NUL
.TP
2011-05-25 17:29:46 +00:00
.SH SEE ALSO
2011-05-26 17:18:42 +00:00
.IR dirname (1),
2011-05-25 17:29:46 +00:00
.IR basename (3)