NAME:
basename - strip directory and suffix from filenames
USAGE:
basename NAME [SUFFIX]
basename OPTION... NAME...
Print NAME with any leading directory components removed.
If specified, also remove a trailing SUFFIX.
VERSION:
dev
GLOBAL OPTIONS:
--multiple, -a support multiple NAME arguments, treating each as a NAME
--suffix string, -s string remove a trailing SUFFIX; implies -a
--zero, -z end each output line with NUL, not newline
--help, -h show help
--version print version information and exit