|
| From: | rubikitch |
| Subject: | [eev] `ee' with history |
| Date: | Thu, 27 Sep 2007 11:58:36 +0900 (JST) |
Hi,
I redefined `ee' to place the contents of $EE in the history list.
function ee () { set -v; print -s -f "%s" "`cat $EE`"; . $EE $*; set +v; }
--
rubikitch
http://www.rubyist.net/~rubikitch/
| [Prev in Thread] | Current Thread | [Next in Thread] |