I was wondering how to get dynamic output in a shell. I mean the type of output that you get with the "top" command or the status bar to load wget: the command line output changes without any new line.
my specific needs are to get feedback from a script (which takes a lot to be done with a lot of operations) without getting a new line for every operation feedback, like opening a script that sends pings to a very large network and can dynamically report about the opening status.
(no, I can't use nmap: D anyway for research purposes)
thank!
source
share