how do I get a script to print as it is working instead of when it is done?
I am running it on a shell command but all the output comes out at the same time, how do I get it to print as it comes across a print statement instead of waiting until the whole script is done running?