mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
24 lines
403 B
Markdown
24 lines
403 B
Markdown
![]() |
# bashmarks
|
||
|
|
||
|
> Save and jump to commonly used directories using 1 character commands.
|
||
|
|
||
|
- List available bookmarks
|
||
|
|
||
|
`l`
|
||
|
|
||
|
- Saves the current directory as "bookmark_name"
|
||
|
|
||
|
`s {{bookmark_name}}`
|
||
|
|
||
|
- Goes (cd) to the directory associated with "bookmark_name"
|
||
|
|
||
|
`g {{bookmark_name}}`
|
||
|
|
||
|
- Prints the directory associated with "bookmark_name"
|
||
|
|
||
|
`p {{bookmark_name}}`
|
||
|
|
||
|
- Deletes the bookmark
|
||
|
|
||
|
`d {{bookmark_name}}`
|