Tagged Questions
1
vote
1answer
146 views
What is the command or hotkey for stopping a running program in DrJava?
I installed DrJava about a week ago. Its been working fine so far but I ran into an infinite loop and wanted a way to stop the program from running without having to force DrJava to quit. Is there a ...
6
votes
5answers
1k views
How does “top” command show live results?
How can I write a shell script that shows the results in real time?
Something like the top command that updates the results after some fixed intervals of time.