May 052013
Move forward or backward by a word in bash shell
Answer:
To move more efficiently in bash shell, you can use the following short cuts
Meta + f (move forward by a word)
Meta + b (move backward by a word)
The Meta key is the Alt key under most systems, on Mac, you would need to enable "use option as meta key" in the Terminal's Preference.