Skip to content

Instantly share code, notes, and snippets.

@eschie
Created May 19, 2017 17:47
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 eschie/b2064b8cea1e469fad5ccb5c8003f491 to your computer and use it in GitHub Desktop.
Save eschie/b2064b8cea1e469fad5ccb5c8003f491 to your computer and use it in GitHub Desktop.
What is dev/null?
`cat>/dev/null` redirects the command standard output to the null device, special device which discards the information written to it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment