2011-12-8, 10:13(+00), Stephane CHAZELAS:
> 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}

And same in AT&T ksh, pdksh and their derivatives (except posh).

-- 
Stephane


Reply via email to