1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 01:24:55 +02:00
tldr/pages/common/basename.md
2016-02-22 20:47:02 -05:00

11 lines
231 B
Markdown

# 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}}`