Created
September 19, 2021 22:45
-
-
Save fernyb/0626a4ff68f6b8e2b6c3180169640726 to your computer and use it in GitHub Desktop.
streams
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
0 - stdin, the standard input stream | |
1 - stdout, the standard output stream | |
2 - stderr, the standard error stream | |
curl -s -v -X POST http://localhost 3>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment