The number “2” indicates what and where is the output going?
Every time I run the command “dostuff” I want to capture the output into file and any errors into another file. I use the command “dostuff > A.out 2> B.out”. in this case, the number “2” indicates what and where is the output going?