Wiktionary
basename
n. (context computing English) A filename without any path or directory information.
Wikipedia
Basename
basename is a standard UNIX computer program. When basename is given a pathname, it will delete any prefix up to the last slash ('/') character and return the result. basename is described in the Single UNIX Specification and is primarily used in shell scripts.