Skip to content

Instantly share code, notes, and snippets.

@pgwillia
Created April 11, 2014 16:53
Show Gist options
  • Save pgwillia/10483920 to your computer and use it in GitHub Desktop.
Save pgwillia/10483920 to your computer and use it in GitHub Desktop.
Append all stdout and stderr to file
execute_program &> /dev/null > file.log 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment