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 2010-05-29 04:01:28 by $MirOS: src/scripts/roff2htm,v 1.58 2009/02/17 12:55:22 tg Exp $
These manual pages are copyrighted
by their respective writers; their source is available at our CVSweb, AnonCVS, and other mirrors.
The rest is Copyright © 2002-2008 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.