Original report by Michael Diamond (Bitbucket: dimo414).
We could open a file descriptor to /dev/null and discard output to that, instead of separately writing to /dev/null repeatedly, which means opening and closing the file repeatedly. See Wooledge and SO
Some more discussion in #5.
Original report by Michael Diamond (Bitbucket: dimo414).
We could open a file descriptor to
/dev/nulland discard output to that, instead of separately writing to/dev/nullrepeatedly, which means opening and closing the file repeatedly. See Wooledge and SOSome more discussion in #5.