From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23722 invoked by alias); 27 Feb 2012 03:21:40 -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: 16796 Received: (qmail 19205 invoked from network); 27 Feb 2012 03:21:28 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at zzzurn.com does not designate permitted sender hosts) X-pair-Authenticated: 24.245.49.82 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: s/pattern/pattern/g on the commandline ? From: Darryl Zurn In-Reply-To: <120226103202.ZM7597@torch.brasslantern.com> Date: Sun, 26 Feb 2012 21:14:53 -0600 Content-Transfer-Encoding: 7bit Message-Id: <2614CB56-AB51-4EB0-8412-A053C9280284@zzzurn.com> References: <20120225182450.GA31597@solfire> <120226103202.ZM7597@torch.brasslantern.com> To: zsh-users@zsh.org X-Mailer: Apple Mail (2.1257) I found this syntax easier for me to remember: $ echo this and this this and this $ ^this^that^ echo that and this that and this $ ^this^that^:G echo that and that that and that