1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/common/bashmarks.md
Marco Bonelli 2599a6de48 Refactor: change "folder" to "directory" where needed.
This commit fixes every instance in which the word "folder" is
incorrectly used instead of "directory".
2019-02-13 20:51:04 +05:30

23 lines
361 B
Markdown

# bashmarks
> Save and jump to commonly used directories using 1 character commands.
- List available bookmarks:
`l`
- Save the current directory as "bookmark_name":
`s {{bookmark_name}}`
- Go to a bookmarked directory:
`g {{bookmark_name}}`
- Print a bookmarked directory's contents:
`p {{bookmark_name}}`
- Delete a bookmark:
`d {{bookmark_name}}`