In the shell, what does " 2>&1 " mean?
Some syntax particularity about this may have important behaviours. There is some little samples about redirections, STDERR, STDOUT, and arguments ordering. Symbol > means redirection. > means send to as a whole completed file, overwriting target if exist (see noclobber bash feature at #3 later).