Hacker News new | ask | show | jobs
by D9u 4675 days ago
In FreeBSD I use the following to change to an arbitrary directory when I'm unsure of the correct path:

`whereis -sq <dirname>`

No extra software necessary.