You can direct output to stdout to stderr by using tee to pipe it to /dev/stderr. Like so:
echo 'hello' | tee /dev/stderr
will output 'hello' twice, one in stdout and one in stderr
Wireless and wallet-friendly—like a tracker should be
56 minutes ago
No comments:
Post a Comment