I was wondering how to get dynamic output in a shell. I mean the kind of output you get with "top" command or the status bar for wget downloads: the command line output changes without any newline.
my specific needs are to get a feedback from a script (which takes a lot to be executed with a lot of operations) without getting a newline for every single operation feedback for example a discovery script which send pings in a very large network and can dynamically tell the status of the discovery.
(no I cannot use nmap :D anyway it is for study purpose)
thanks!