tldr/pages/common/basename.md

12 lines
231 B
Markdown
Raw Normal View History

2016-02-23 01:43:09 +00:00
# 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:
2016-02-23 01:47:02 +00:00
`basename {{path/to/file}} {{suffix}}`