Is there a way to use the command history in csh in the same way that you can in bash, or even DOS (Doskey)?
I love the way you can use your arrow keys to scroll through the command history with the arrow keys and edit recent commands right on the command line.
I have read the man pages on history, and have tried out !! and !(historyid), but they run the command as soon as I hit Return - is there a way to get a recent command back on the command line and edit it prior to running it again?
Thanks!
Allen
I love the way you can use your arrow keys to scroll through the command history with the arrow keys and edit recent commands right on the command line.
I have read the man pages on history, and have tried out !! and !(historyid), but they run the command as soon as I hit Return - is there a way to get a recent command back on the command line and edit it prior to running it again?
Thanks!
Allen