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
Post a Comment