BASENAME(1) BSD Reference Manual BASENAME(1)
basename - return filename portion of pathname
basename string [suffix]
basename deletes any prefix ending with the last slash ('/') character
present in string, and a suffix, if given. The resulting filename is
written to the standard output. A non-existent suffix is ignored.
The basename utility exits 0 on success or >0 if an error occurred.
The following line sets the shell variable FOO to tail:
FOO=`basename /usr/bin/tail`
csh(1), dirname(1), sh(1), basename(3)
The basename utility conforms to IEEE Std 1003.2-1992 ("POSIX.2").
MirOS BSD #10-current April 18, 1994 1
Generated on 2012-01-15 18:49:59 by $MirOS: src/scripts/roff2htm,v 1.70 2011/12/03 18:21:12 tg Exp $
These manual pages and other documentation are copyrighted by their respective writers;
their source is available at our CVSweb,
AnonCVS, and other mirrors. The rest is Copyright © 2002‒2011 The MirOS Project, Germany.
This product includes material
provided by Thorsten Glaser.
This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.