Difference between revisions of "/dev/stderr"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
m (Welcome moved page Stderr to /dev/stderr) |
||
(One intermediate revision by the same user not shown) | |||
Line 29: | Line 29: | ||
* [[CKA: Manage container stdout & stderr logs]] | * [[CKA: Manage container stdout & stderr logs]] | ||
* <code>[[gcloud]]</code> | * <code>[[gcloud]]</code> | ||
+ | * [[tee -a]] | ||
== See also == | == See also == |
Latest revision as of 11:37, 15 February 2024
2>&1
&>
your-command-with-stdout-and-stderr 2>&1 | tee -a your file
err() { echo "[$(date +'%Y-%m-%dT%H:%M:%S%z')]: $*" >&2 } if ! do_something; then err "Unable to do_something" exit 1 fi
Related[edit]
See also[edit]
- Standard streams:
/dev/stdin
,/dev/stdout
,/dev/stderr
,/dev/null
, File descriptor,set -x, 2>&1, stdbuf
- Linux logging, Cisco IOS logging
- Shell: Fish shell,
sh
,Bash
,ksh
,zsh
,ash
, PowerShell (Windows),/usr/bin/env
,.hushlogin
,dash
,tcsh
, Shell redirection,dquote, $SHELL
, Google Cloud Shell, AWS CloudShell, explainshell.com, vmware_vm_shell, Nushell, Fig.io, direnv
Advertising: