I am eager to know how to print the output on a terminal screen similar to the one that of the ‘top’ command.
What I mean to say is .. dynamic updation of the existing output on terminal window.
A small c program or reference to appropriate resources is expected ….
I think you want to check out ncurses (or *curses, or whatever is appropriate for termio on your platform). ANSI escape sequences is also of interest 🙂