bash move forward or backwards a word on command line

To move forward a word on the command line escape then f
To move backwards a word on the command line escape then b

forwards a word: ESC f
backwards a word: ESC b

Comments

Popular posts from this blog

Vim vi how to reload a file your editing