Run a command in backgroud and save the output to a file

By | August 26, 2009

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,

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.