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

history puzzle



Trying to do fancier things with history I'm clearly not understanding something.  Doc says '^' is first word in a history entry and '$' is the last. But:

% history -m "^" 1                  # Shows everything
% history -m "^nosuchstring" 1      # Also shows everything
% history -m "$" 1                  # Shows nothing

... so I'm obviously missing something. 



Messages sorted by: Reverse Date, Date, Thread, Author