Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Named directories expansion



    Hello all :)

    Lets say I have a named directory:

    typeset -gx X=/var/X

    And I want to do something like:

    list=(**/*~(/explicit/path|~X))

    Will the named dir be expanded inside the expression? It doesn't
seems to be... In the manual I've read that each word is checked to
see if it starts with an unquoted '~', is that quoted inside a (...)
expression?

    Thanks a lot for your help :)

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/



Messages sorted by: Reverse Date, Date, Thread, Author