Re: Bash Yank Question

2004-05-19 Thread Nicos Gollan
On Wed, 19 May 2004 15:49:53 -0500 "david" <[EMAIL PROTECTED]> wrote: > Here are some lines from the manual of bash: > > yank-nth-arg (M-C-y) >[...] > > My question is: How do I give it the argument n? You press M- for positive numeric arguments starting with n or M-- (meta-dash) to start

Bash Yank Question

2004-05-19 Thread david
Hello. Here are some lines from the manual of bash: yank-nth-arg (M-C-y) Insert the first argument to the previous command (usually the second word on the previous line) at point. With an argument n, insert the nth word