Created
May 19, 2017 17:47
-
-
Save eschie/b2064b8cea1e469fad5ccb5c8003f491 to your computer and use it in GitHub Desktop.
What is dev/null?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`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