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

Re: kinda perl grep ?



On Mar 7, within 30 seconds of each other, PWS and Clint both wrote:
}
} > files=( ${$(dpkg -L libapache2-mod-perl2):[[ -f $_ ]]} )
} 
}   files=( ${^$(dpkg -L libapache2-mod-perl2)}(N.) )

Or more generally,

    files=(  ${^$(dpkg -L libapache2-mod-perl2)}(e:'[[ -f $REPLY ]]':) )



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