mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:02:10 +02:00
323 B
323 B
basename
Remove leading directory portions from a path.
- Show only the file name from a path:
basename {{path/to/file}}
- Show only the rightmost directory name from a path:
basename {{path/to/directory/}}
- Show only the file name from a path, with a suffix removed:
basename {{path/to/file}} {{suffix}}