Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created September 19, 2021 22:45
Show Gist options
  • Save fernyb/0626a4ff68f6b8e2b6c3180169640726 to your computer and use it in GitHub Desktop.
Save fernyb/0626a4ff68f6b8e2b6c3180169640726 to your computer and use it in GitHub Desktop.
streams
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