commands.sh

basename

all

Remove leading directory portions from a path.

More info →

Examples (3)

Show only the file name from a path

basename path/to/file

Show only the rightmost directory name from a path

basename path/to/directory

Show only the file name from a path, with a suffix removed

basename path/to/file suffix
made by @shridhargupta | data from tldr-pages