I use cygwin and have defined an alias in my .bashsh for this. use the following alias
alias j='rlwrap jconsole' It allows the use of the UP/DOWN arrows to select any command you have executed since you executed the j alias. You should be able to download it from: http://utopia.knoware.nl/~hlub/uck/rlwrap/ ----- Original Message Follows ----- From: "Hahn, Harvey" <[email protected]> To: "Programming forum" <[email protected]> Subject: [Jprogramming] "Last command" command? Date: Mon, 2 Mar 2009 18:16:04 -0600 >Does the J editor have a "last command" command, to >redisplay the last typed command? That is, display the >last typed command just as if you went to a previous >command line and pressed the ENTER key. This sure would be >handy after displaying the last 101 rows of a lengthy array >, in order to tweak/correct the previous command >(particularly if it was complex) without having to scroll >around the editor display trying to find it. Thanks! > >Harvey > >----------------------------------------------------------- >----------- For information about J forums see >http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
