1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 14:55:51 +02:00

Update bashmarks.md

This commit is contained in:
Matt McFarland 2015-12-30 21:31:24 -05:00
parent 775a858aa6
commit 268a6fefd4

View file

@ -6,18 +6,18 @@
`l`
- Saves the current directory as "bookmark_name"
- Save the current folder as "bookmark_name"
`s {{bookmark_name}}`
- Goes (cd) to the directory associated with "bookmark_name"
- Go to a bookmarked folder
`g {{bookmark_name}}`
- Prints the directory associated with "bookmark_name"
- Print a bookmarked folder's contents
`p {{bookmark_name}}`
- Deletes the bookmark
- Delete a bookmark
`d {{bookmark_name}}`