
recall of previous command tokens in bash or kornshell
In article <3dd14b99$0$13372$cc9e4...@news.dial.pipex.com>,
RTFM. From the bash man page:
yank-nth-arg (M-C-y)
Insert the first argument to the previous command (usu-
ally the second word on the previous line) at point
(the current cursor position). With an argument n,
insert the nth word from the previous command (the
words in the previous command begin with word 0). A
negative argument inserts the nth word from the end of
the previous command.
You can also type C-p to recall the previous command, and then you can use
Emacs-style editing of the entire command line.
--
Barry Margolin, bar...@genuity.net
Genuity, Woburn, 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.