what is the command to see the previously executed command that was run on the command line ?
|
feedback
|
migrated from stackoverflow.com Jun 27 '10 at 19:44
This question came from our site for professional and enthusiast programmers.
|
use the
You can also use the | |||||||||||
feedback
|
|
According to this post, you can use the Up Arrow key once you add the following lines to the bottom of your .kshrc file in your $HOME directory:
| |||
|
feedback
|
|
It depends on your shell. If you want to run the last command, in bash for example, you can type See this page for more info. EDIT Oh well, now I noticed that you had tagged your post ksh. Sorry about that. I'll leave this answer here anyway. Maybe it helps someone someday :) | |||
|
feedback
|