Open GuiltyDolphin opened 8 years ago
which is run in several places (example) to check if a script exists - on some systems it gives quite verbose error messages; these should be silenced with &>/dev/null (redirect all output) or another command.
which
&>/dev/null
which
is run in several places (example) to check if a script exists - on some systems it gives quite verbose error messages; these should be silenced with&>/dev/null
(redirect all output) or another command.