Run a command in backgroud and save the output to a file By adrian | August 26, 2009 0 Comment When you want to run a command and save the output to a file an easy way to do this is by nohup ./myscript.sh & Cheers,