Hacker News new | ask | show | jobs
by robmccoll 1888 days ago
I have a few functions in my bashrc for fast directory navigation.

up <#> - cd .. # times

upto <dir> - find dir in the current path above you and cd to it

down <dir> - find dir in the current tree below you including inside any number of subdirectories and cd to it

https://github.com/robmccoll/dotfiles/blob/master/bashrc#L15...