From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 498 invoked by alias); 7 Nov 2015 17:18:07 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20921 Received: (qmail 22542 invoked from network); 7 Nov 2015 17:18:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.0 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@zsh.org From: Martin Vaeth Subject: Re: convolutions Date: Sat, 7 Nov 2015 17:17:54 +0000 (UTC) Message-ID: References: <563D5ED5.1070102@eastlink.ca> Reply-To: martin@mvath.de X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pc123.math.cas.cz User-Agent: slrn/1.0.1 (Linux) Bart Schaefer wrote: > If you really want to replace exactly > and only the specific references to color variables, you need > something like Zyx's sed expression. Or envsubst from gettext. In fact, envsubst was exactly written for the purpose of *safely* expanding variables (and *only* that).