/dev/stdout
(Redirected from &1)
Jump to navigation
Jump to search
>&
- The twelve-factor app treat logs as event streams and each runnig process ts event stream, unbuffered, to
stdout.[1]
find . 2>&1
Related[edit]
set -xto print every command that is executed and every variable that is set to the standard output in Bash- CKA: Manage container stdout & stderr logs
- Capture terminal output of a running program
See also[edit]
Advertising: