(no title)
xorcist | 2 days ago
Many people probably think in terms of "fd 0" and "fd 1" instead of "standard in" and "standard out", but should you wish to use names at least on modern Linux/BSD systems do:
echo message >/dev/stdout
echo error_message >/dev/stderr
burnt-resistor|2 days ago
vbezhenar|2 days ago
mechanicalpulse|2 days ago