aboutsummaryrefslogtreecommitdiffstats
path: root/man.sr.ht
diff options
context:
space:
mode:
authorJason Miller <jasom@fastmail.com>2021-02-19 15:14:37 -0800
committerDrew DeVault <sir@cmpwn.com>2021-02-20 08:48:51 -0500
commitcdadfa4ce7050cd6513e260d64f97eaa88c1f450 (patch)
tree9abddb808f593ddddfb9ebc8424d8944e44154d5 /man.sr.ht
parent723ce99786701f39f5ceaf0ef593afe3d803b54c (diff)
downloadsr.ht-docs-cdadfa4ce7050cd6513e260d64f97eaa88c1f450.tar.gz
Fix incorrect redirect example.
Redirects are processed left-to-right so '2>&1 >/dev/null' means: '2>&1' redirects stderr to the original stdout '>/dev/null' redirects just stdout to /dev/null, leaving stderr going to the original stdout Reversing the order causes stdout to redirect to /dev/null and then stderr to go to the same place as stdout (which is /dev/null).
Diffstat (limited to 'man.sr.ht')
0 files changed, 0 insertions, 0 deletions