I don't think I mean that, at least. :) I'm not the world's best shell
scripter, but "${variable/search/replace}" does simple string substitution
in zsh on parameter variables.On Wed, May 21, 2014 at 8:06 PM, Charlie Garrison <[email protected]>wrote: > Good afternoon, > > On 21/05/14 at 5:54 PM -0700, Watts Martin <[email protected]> wrote: > > >(I tried escaping the asterisks with backslashes and putting the > >argument in quotes, but neither one worked.) > > if you mean a shell script, then I think you *don't* want to escape or > quote the stars. > > > ${BB_DOC_PATH/ruby/**} > > Don't you mean: > > ${BB_DOC_PATH}/ruby/** > > > Charlie > > -- > Make-Tracks Secure Hosting Pty Ltd <http://www.make-tracks.com> > PO Box 141 <[email protected]> > Windsor NSW 2756 Australia Ph: +61 2 9043 0613 > > ** Take Control of Your Website ** > > -- > This is the BBEdit Talk public discussion group. If you have a > feature request or would like to report a problem, please email > "[email protected]" rather than posting to the group. > Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> > > --- > You received this message because you are subscribed to the Google Groups > "BBEdit Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
