mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 10:46:02 +02:00
12 lines
230 B
Markdown
12 lines
230 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}}
|