`command -v` portability
5 unresolved threads
5 unresolved threads
Compare changes
Files
2- Eli Schwartz authored
The &> redirection operator is a bash-specific shorthand for the POSIX combined redirection operators >/dev/null 2>&1 and must not be used in portable scripts under any circumstances.
+ 1
− 1