Re: What's up with bash shell and spaces in filenames? [SOLVED]

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

 



On Mon, May 10, 2010 at 9:56 AM, Chris Adams <cmadams@xxxxxxxxxx> wrote:
> Once upon a time, Alan Evans <ame.fedora@xxxxxxxxx> said:
>> cd ()
>> {
>>        builtin cd $1 || return
>>        [[ -f ./.autorun ]] && . ./.autorun
>> }
>
> Any shell functions should properly quote their arguments (and there are
> possibly arguments to cd, so you should pass all args, not just the
> first).  So:
>
> cd ()
> {
>       builtin cd "$@" || return
>       [[ -f ./.autorun ]] && . ./.autorun
> }

Cool. Thanks!

(I always knew that my attempt was amateurish...)
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux