Sun Certified System Administrator for the Solaris 8 Operating System, Part I of II
Автор
Subject: Q10 written 28 February 2008 23:29
Jonnik
Explanation: yy is to yank the current line. You can add N before that(yy) to make N line yank. To put the yanked buffer before the current line (above the line), you have to use P. "p" is to put the yanked buffer after the current line.