DIRNAME(1) BSD Reference Manual DIRNAME(1)
dirname - return directory portion of pathname
dirname pathname
dirname deletes the filename portion, beginning with the last slash ('/')
character to the end of pathname, and writes the result to the standard
output.
The dirname utility exits 0 on success or >0 if an error occurred.
The following line sets the shell variable FOO to /usr/bin:
FOO=`dirname /usr/bin/tail`
basename(1), csh(1), sh(1), dirname(3)
The dirname utility conforms to IEEE Std 1003.2-1992 ("POSIX.2").
MirOS BSD #10-current April 18, 1994 1
Generated on 2013-04-27 00:20:00 by $MirOS: src/scripts/roff2htm,v 1.77 2013/01/01 20:49:09 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‒2013 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.