MirBSD manpage: basename(1)

BASENAME(1)                  BSD Reference Manual                  BASENAME(1)

NAME

     basename - return filename portion of pathname

SYNOPSIS

     basename string [suffix]

DESCRIPTION

     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.

EXAMPLES

     The following line sets the shell variable FOO to tail:

           FOO=`basename /usr/bin/tail`

SEE ALSO

     csh(1), dirname(1), sh(1), basename(3)

STANDARDS

     The basename utility conforms to IEEE Std 1003.2-1992 ("POSIX.2").

MirBSD #10-current              April 18, 1994                               1

Generated on 2022-12-24 01:00:14 by $MirOS: src/scripts/roff2htm,v 1.113 2022/12/21 23:14:31 tg Exp $ — This product includes material provided by mirabilos.

These manual pages and other documentation are copyrighted by their respective writers; their sources are available at the project’s CVSweb, AnonCVS and other mirrors. The rest is Copyright © 2002–2022 MirBSD.

This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report — diffs preferred.

Kontakt / Impressum & Datenschutzerklärung