Hi all,
I was just curious to know if there is any way of retrieving the previous
commands one by one by pressing any single key on the key board, in C shell?
i.e., without using the history and !n command.
Thanks,
Sheshagiri.
Hi all,
I was just curious to know if there is any way of retrieving the previous
commands one by one by pressing any single key on the key board, in C shell?
i.e., without using the history and !n command.
Thanks,
Sheshagiri.
d
Quote:> Hi all,
> I was just curious to know if there is any way of retrieving the previous
> commands one by one by pressing any single key on the key board, in C
shell?
> i.e., without using the history and !n command.
> Thanks,
> Sheshagiri.
--
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.
set history = 100
set savehist = 100
set cmdedit
set editmode=emacs
?
?
> ?I was just curious to know if there is any way of retrieving the previous
> commands one by one by pressing any single key on the key board, in C shell?
> i.e., without using the history and !n command.
> ?Thanks,
> ?Sheshagiri.
I can't find either of those variables in the csh(1) documentation onQuote:>set cmdedit
>set editmode=emacs
--
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.
1. Retrieving commands using up/down arrow keys in korn shell
I am running the korn shell under SGI IRIX 6.2 and would like to know if
there is a shareware utility to allow the up and down arrow keys to
retrieve commands and edit commands from the history file. Under the IRIX
6.2 C shell the up and down arrow keys are setup to cycle through the
commands in the history file.
Sorry if this is a really basic question, but I didn't see it in the FAQs.
3. Previous commands with arrow keys. Howto?
4. Free X Servers for Windows NT 4.0
5. How to retrieve commands by arrow keys
7. ksh: using arrow keys to cycle through previous commands
8. pop3 issues
9. I wanna use the upper arrow key to retrieve the history commands, how?
10. How do I get the Up arrow to repeat previous commands?
11. csh .. retrieve and modiy previous command
12. question-retrieving commands with cursors (up arrow)
13. How to bind the up arrow key to show the last command in csh?