I have below command
command | sed 's/^/Progress: /g'
Output:
Progress: 1%
Progress: 2%
Progress: 3%
...
...
Progress: 100%
How can I limit that output to single line such that:
Progress: n%
Output should display only one line Progress: n% and n keeps progressively changes