From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7356 invoked by alias); 15 Oct 2014 01:22:54 -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: 19261 Received: (qmail 24507 invoked from network); 15 Oct 2014 01:22:52 -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 X-Authority-Analysis: v=2.1 cv=HYUtEE08 c=1 sm=1 tr=0 a=/ugl2wLTUB9YkCDsaotiaA==:117 a=/ugl2wLTUB9YkCDsaotiaA==:17 a=sicYhokT53YA:10 a=IkcTkHD0fZMA:10 a=o8JF47Aucst8IsJe5l4A:9 a=QEXdDO2ut3YA:10 Message-id: <543DCCF1.6040609@eastlink.ca> Date: Tue, 14 Oct 2014 18:25:05 -0700 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: Re: combining .histfiles References: <54397CC0.9070206@eastlink.ca> <141011131053.ZM28143@torch.brasslantern.com> <5439A54A.9060304@eastlink.ca> <141011150111.ZM28417@torch.brasslantern.com> <5439CB82.3070401@eastlink.ca> <87h9z7dc91.fsf@lwm.klanderman.net> <543C4C85.2060807@eastlink.ca> <543D5B45.1000808@eastlink.ca> <543DA2E0.8020000@eastlink.ca> <543DC7B8.7000306@eastlink.ca> In-reply-to: Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit On 10/14/2014 06:09 PM, Kurtis Rader wrote: > : 1234:5 ; echo hello > > is the same as just typing > > echo hello > > The colon command is mostly useful when you want the side effects from > parsing the rest of the args without running a command. > Ah! Now that you explain it, it's as clear as Zeiss glass. Tx. This means that I can just grab a block of lines from .histfile and they are 'already' a script--no need to massage out those numbers. Most cool. At the end of our suffering is enlightenment.