Skip to content

Instantly share code, notes, and snippets.

@telekosmos
Last active May 22, 2019 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save telekosmos/a294fd6948677e2048357b6b7b6a9d72 to your computer and use it in GitHub Desktop.
Save telekosmos/a294fd6948677e2048357b6b7b6a9d72 to your computer and use it in GitHub Desktop.

Unix shell command output redirects

  • > file redirects stdout to file
  • 1> file redirects stdout to file
  • 2> file redirects stderr to file
  • &> file redirects stdout and stderr to file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment