2011-12-07, 12:02(-07), Eric Blake:
[...]
> Or even nicer, behave like zsh, and treat
>  cd xxx yyy
> like this (written assuming extglob syntax)
>  cd xxx+($' \t')yyy
[...]

Not sure what you're refering to, but

cd xxx yyy

in zsh means

cd ${PWD/xxx/yyy}

-- 
Stephane


Reply via email to