mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
231 B
231 B
basename
Returns non-directory portion of a pathname.
- Show only the file name from a path:
basename {{path/to/file}}
- Show only the file name from a path, with a suffix removed:
basename {{path/to/file}} {{suffix}}