Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: History expansion to rerun multiple contiguous commands?
- X-seq: zsh-users 13061
- From: Peter Stephenson <pws@xxxxxxx>
- To: Zsh users list <zsh-users@xxxxxxxxxx>
- Subject: Re: History expansion to rerun multiple contiguous commands?
- Date: Thu, 24 Jul 2008 15:25:25 +0100
- In-reply-to: <48888FDF.3030309@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <48888FDF.3030309@xxxxxxxxxxxx>
Mike Fletcher wrote:
> Is there a way to use bang notation to re-run a chunk of a shell's
> history? As an example I've got 4 commands numbered 123-126 in my
> history and I want to (in one swell foop) rerun all 4.
Not with bang notation, but you can use "r 123 126" to do this.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author