Yanking , Redirection and Modes In Linux
Yanking :
Yank is a synonym for pullIt expresses the idea of copying text to a buffer or clipboard for subsequent use.
yy:Copy the single line from the terminal
<number>yy:Copy 3 lines from the terminal e.g. 3yy
p:Paste the lines copied
dd:Dele...
learnlinuxwithwithpra9.hashnode.dev3 min read