1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-07 18:53:12 +02:00

basename: fix typo (#14619)

This commit is contained in:
Chooooo 2024-11-05 02:30:36 +09:00 committed by GitHub
parent fba5286cf3
commit 25a04d0ea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
- Show only the rightmost directory name from a path:
`basename {{path/to/directory/}}`
`basename {{path/to/directory}}`
- Show only the file name from a path, with a suffix removed: