I\'ve encountered the 2>&1 syntax in Bash previously, and from this question I understand that it means to redirect the output of stderr to stdout. Howev
2>&1