There are more advanced features as well (no need to memorize them all
now, though)
There are more advanced features as well (no need to memorize them all
now, though). Try pressing Ctrl-a. This moves you to the beginning of the
line. Ctrl-k (the k stands for “kill”") deletes all characters until the
end of the line; try it from the middle of the command line. Using Ctrl-a
followed by Ctrl-k, you can delete the entire command line. Ctrl-y pastes
the last thing you killed, reinserting it at the current cursor position
(y stands for “yank,”" as in “yank it back”"). Ctrl-e will move the
cursor to the end of the command line.








