bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash silently ignores additional arguments for cd


From: Eric Blake
Subject: Re: bash silently ignores additional arguments for cd
Date: Wed, 07 Dec 2011 12:08:15 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0

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

Correction:

cd xxx+([$' \t'])yyy

-- 
Eric Blake   eblake@redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]