(no title)
vigneshwaran | 12 years ago
I made 'bd' out of frustration to use 'cd ../..' all the time from "any" random directory. I can't bookmark all possible places. They are like slightly different tools.
I think it'll be awesome to use both jump and bd in the same system!
Please give 'bd' a try. Once you get used to 'bd', you'll use it frequently without thinking. :)
hk__2|12 years ago
vigneshwaran|12 years ago
Anyways z always changes directory. Using bd within backticks will just print the path without changing the directory. We can use that with other commands like ls, zip etc. Example: "ls `bd <starting letters>`" would only print the contents without changing the directory.