From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19479 invoked by alias); 13 Oct 2014 21:01:18 -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: 19246 Received: (qmail 24342 invoked from network); 13 Oct 2014 21:01:06 -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=AduIQRnG c=1 sm=1 tr=0 a=CzY0kpuo1HkcYGdqyBUEUw==:117 a=CzY0kpuo1HkcYGdqyBUEUw==:17 a=sicYhokT53YA:10 a=N659UExz7-8A:10 a=op8cknQOnTZo_5FrbPoA:9 a=pILNOxqGKmIA:10 Message-id: <543C3707.4040906@eastlink.ca> Date: Mon, 13 Oct 2014 13:33:11 -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: combine/merge .history? References: <20141002204012.0b884f9c@pws-pc.ntlworld.com> <542FFF6D.6080105@eastlink.ca> <141004084635.ZM6823@torch.brasslantern.com> <543C05F3.2020804@eastlink.ca> <141013105932.ZM6622@torch.brasslantern.com> In-reply-to: <141013105932.ZM6622@torch.brasslantern.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 10/13/2014 10:59 AM, Bart Schaefer wrote: Bart: > This example ... > > } 1074* c Boot > } 1075* e zshrc > } 1076* A > } 1077* man pv > > ... doesn't look like anything zsh ever saved; those would appear to > just be line numbers. When not using EXTENDED_HISTORY et al., zsh > saves the commands without any leading prefix. > But: pts/2 HP-y5--5-Debian1 root / $ history 1086* W 1087* l ,m 1088* hdparm -C /dev/sda 1089* cat .histfile 1091 i history 1092 c 1093 g ,r "gedit /aWorking" 1095* l launcher-25 1096* l launcher-29 1098* cat launcher-25/13913154231.desktop 1099* cat launcher-29/13313195471.desktop 1100* cat launcher-29/13916352102.desktop 1101 meld launcher-25/13913154231.desktop launcher-29/13916352102.desktop 1102* c . 1103* xfce4-panel --add=launcher /root/.config/xfce4/panel/launcher-25/13913154231.desktop 1105 / ... so that seems to be plain vanilla history output, no? EXTENDEDHISTORY is being used (I think, I hope).