Y
Hacker News
new
|
ask
|
show
|
jobs
by
unfletch
5592 days ago
in Bash, change the first line to:
shopt -s cdable_vars
1 comments
_b8r0
5592 days ago
in Bash you don't even need to do that, just do:
foo=/etc/ cd $foo
link