bash - How do I update existing STDOUT? -


i need print bunch of strings stdout. instead of each string going on newline, though, want have 1 line gets updated each new string.

any ideas?

echo -n foo echo -n bar echo -n baz echo quux  echo -n 55555 echo -ne '\r'4444 echo -ne '\r'333 echo -ne '\r'22 echo -e '\r'1 

Comments

Popular posts from this blog

400 Bad Request on Apache/PHP AddHandler wrapper -

Add email recipient to all new Trac tickets -

php - Change action and image src url's with jQuery -