Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Obscure zsh history overflow with segfault
- X-seq: zsh-workers 30116
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Christian Neukirchen <chneukirchen@xxxxxxxxx>
- Subject: Re: Obscure zsh history overflow with segfault
- Date: Sat, 21 Jan 2012 04:39:57 +0200
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=mesmtp; bh= OTU+Au5zWTdJgWJ0u82/T+/CIHE=; b=ZTOwe7q/DGuFY1F7FH3t/E/v9p/ndmmA 42DPmdEyvDRsx1GLc592Z0gt4gimo6JjDiTdUIcf9/8tbz6lSypuq0ol2hNlYMjI MZBT3CY87T2ql9moiBkxsQ6sxDqEiETFEBTgBfXsT/hXABiPvfmlGkPSYeK1BfdZ frUlW7vHOA0=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=smtpout; bh=OTU+Au5zWTdJgWJ0u82/T+/CIHE=; b=TmNVlEoxG9fV7YB2dldArS7reEJ2 cb3qfWZ6y2mQm/UvXBl/vLz3XquxrGzx/wqjMuLBhruWUcWtnWxzp32du3JFEK/4 YCXJ3xFYHpLut4GWtU1kps/IjblA0+8RNbsgB2SRDgoioaeW5FhVIn9oP4TZQKQ7 qYOn3RT53rDezKc=
- In-reply-to: <87ty3q5ffx.fsf@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <87ty3q5ffx.fsf@gmail.com>
Christian Neukirchen wrote on Fri, Jan 20, 2012 at 20:42:10 +0100:
> Any ideas? TBH, I don't even know what "r 100 asdfgh" should do,
> it was a mistyping of "repeat 100 asdfgh".
% which r
r: shell built-in command
% man zshall | grep -w r | grep -w fc
r Same as fc -e -.
% run-help fc | head -30
...
%
Apparently, 'r 100 foo' should re-execute the portion of your history
from event #100 to event 'foo'.
Sounds like a bad idea...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author