mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 21:54:29 +00:00
Update cheatsheets
This commit is contained in:
21
basename
Normal file
21
basename
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# basename
|
||||
|
||||
> Remove leading directory portions from a path.
|
||||
> More information: <https://www.gnu.org/software/coreutils/basename>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user