basename − remove directory and suffix from filenames
basename string [suffix]
basename prints the file component of a path. A second argument to basename is interpreted as a suffix to remove from the file. It is not considered an error if the given suffix does not match the string.
basename does not accept any options.
The working of basename is not influenced by any environment variables.
basename has no known bugs.
This basename implementation is compliant with the IEEE Std1003.2−1992 specification, also known as POSIX.2.
This basename implementation is compatible with the OpenBSD implementation.
The Perl implementation of basename was written by Abigail, [email protected].
This program is copyright by Abigail 1999.
This program is free and open software. You may use, copy, modify, distribute and sell this program (and any modified variants) in any way you wish, provided you do not restrict others to do the same.