On 12 November 2010 09:57, Philip Webb <[email protected]> wrote: > It needs to be a Bash function, so in ~/.bashrc > I tried 'function cd2() { cd .. ; cd $1 ; }',
Doesn't
function cd2() { cd ../$1 }
work? (I haven't tried it.)
On 12 November 2010 09:57, Philip Webb <[email protected]> wrote: > It needs to be a Bash function, so in ~/.bashrc > I tried 'function cd2() { cd .. ; cd $1 ; }',
Doesn't
function cd2() { cd ../$1 }
work? (I haven't tried it.)