sbase/basename.1

27 lines
379 B
Groff
Raw Normal View History

.Dd 2015-10-08
.Dt BASENAME 1
.Os sbase
2014-11-21 07:15:07 -05:00
.Sh NAME
.Nm basename
2015-02-28 09:09:47 -05:00
.Nd strip leading directory components of a path
2014-11-21 07:15:07 -05:00
.Sh SYNOPSIS
.Nm
2015-01-23 17:18:42 -05:00
.Ar path
2014-11-21 07:15:07 -05:00
.Op Ar suffix
.Sh DESCRIPTION
.Nm
2015-02-28 09:09:47 -05:00
writes
2015-01-23 17:18:42 -05:00
.Ar path
2015-02-28 09:09:47 -05:00
without leading directory components and
.Ar suffix
to stdout.
2014-11-21 07:15:07 -05:00
.Sh SEE ALSO
.Xr dirname 1 ,
.Xr basename 3
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2013
2014-11-21 07:15:07 -05:00
specification.