From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11753 invoked by alias); 25 Feb 2012 19:36:51 -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: 16791 Received: (qmail 13644 invoked from network); 25 Feb 2012 19:36:49 -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=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at bunkus.org does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bunkus.org; s=mail201007; t=1330198606; bh=JUtdbrXM1WYsjdBuK9N/eWR8HmOMb91AyunuvJz6EB4=; h=MIME-Version:In-Reply-To:References:Date:Message-ID:Subject:From: To:Content-Type; b=nyiJXB71nRanIbpTNUgifHhvoAX5I9ymJbEIYhJa5RAaBNCVLwfiqKwbBzoPd6bCv 5lpYwAysiQiO37jVo149SLHEqKJAy1loMpFewZ5Ev4pXHVAoI7z7f41ba/0qiiCMh/ VsXL/u6Z8qlGOe+i0hjterUXiRNWyeRt1JZM6YG8= X-Virus-Scanned: Debian amavisd-new at iella.bunkus.org Received-SPF: pass (google.com: domain of moritz@bunkus.org designates 10.60.28.10 as permitted sender) client-ip=10.60.28.10; Authentication-Results: mr.google.com; spf=pass (google.com: domain of moritz@bunkus.org designates 10.60.28.10 as permitted sender) smtp.mail=moritz@bunkus.org MIME-Version: 1.0 In-Reply-To: References: <20120225182450.GA31597@solfire> Date: Sat, 25 Feb 2012 20:36:38 +0100 Message-ID: Subject: Re: s/pattern/pattern/g on the commandline ? From: Moritz Bunkus To: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 Hey, that's 100% what I was looking for. Thanks a lot! m.