Hacker News new | past | comments | ask | show | jobs | submit login

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...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: