p_ash-3.2$ cp some_file1234.html /some/loc/ation/ofthe/some_file1234.html.html_Backu
Have been seeing this intermittent issue with the command-line, while typing longer lines as part of any command, after typing some characters, say about 70
, it starts all over again, from the extreme left, even before the -bash-3.X$
consequently the prompt
and first few characters of the command itself gets overwritten, why would this happen, any workaround?
tab
key to autocomplete? – tachomi Mar 04 '15 at 14:24echo -E "$PS1"
). – Gilles 'SO- stop being evil' Mar 04 '15 at 22:55tab
, There're no escape sequences, onlyls
defaults with its colours. – Keyshov Borate Mar 05 '15 at 06:30