From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22296 invoked by alias); 4 Aug 2010 15:37:19 -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: 15251 Received: (qmail 29772 invoked from network); 4 Aug 2010 15:37:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.215.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=JVkT/IK41ucIIf2uJ2ObDJqtPZfOHNWwqk5U5cYJ3WU=; b=PeycEJqhp3OnD1fDGOOdqxxkOfMtGcLCwfGHqBUjEqEjOrJgCv4fTBzqhY9Nw/0hH7 AalBjoZYevGKa6JNjxlv6xSjFyZtMWFA0KFiibNqNQQJ/qrlWfHkiEWmcm5T2coXyvb/ abHHVlrEW99tzgHtZOtWApUdfznQ8ZR74qtjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=hIiQqWmh6HL3GmYXZXxZ8xJ9D8mnGCiexQhe7C69sfr85TzM5/59xwadqdq5eVovr/ JNRyUnin0uxJ2SlsisONa2Q7Vrrky8b0DlJhejCWCUTn691VyRdpTDAfVwubGM5HD8zr NM/tO+oIOGC9cks6HNwrzserOVbaIjyEOr+Bc= MIME-Version: 1.0 From: Anonymous bin ich Date: Wed, 4 Aug 2010 21:06:55 +0530 Message-ID: Subject: History search and regular expression To: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 Hi! Is it possible to search through the history using regex? An obvious way is to grep through the history file, but I want to know if ZSH supports this functionality. PS: My previous attempt to send this email at zsh-users@sunsite.dk failed...