Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Obscure zsh history overflow with segfault



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