Fastest way(s) to move the cursor on a terminal command line?
To be clear, you don’t want a “fast way to move the cursor on a terminal command line”. What you actually want is a fast way to navigate over command line in you shell program. Bash is very common shell, for example. It uses Readline library to implement command line input. And so to say, … Read more