Hey I want to be able to show a percentage complete number in a
terminal, such that when the percentage gets bigger it replaces the old
value on the terminal screen. At the moment I just echo the value and
in the terminal window the values appear 1 after the other. i.e
123456789101112 but i want the new values to replace the old ones. Is
this possible
terminal, such that when the percentage gets bigger it replaces the old
value on the terminal screen. At the moment I just echo the value and
in the terminal window the values appear 1 after the other. i.e
123456789101112 but i want the new values to replace the old ones. Is
this possible
Comment