For example:
% grep my_words /xx/xx/xx/xx/xx/xx/xx/xx/name.txt
When I am the end of the command line, I often need to jump to the beginning, i.e. before grep or after the grep command. I have to move backward character by character, and it's very slow.
How to do that?