basename
Remove leading directory portions from a path.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).