Usage: basename NAME [SUFFIX] or: basename OPTION Print NAME with any leading directory components removed. If specified, also remove a trailing SUFFIX. --help display this help and exit --version output version information and exit Examples: basename /usr/bin/sort Output "sort". basename include/stdio.h .h Output "stdio". Report bugs to .