Question from the Bash - Fundamentals test

What does 2>&1 means in the script below? ``` compile "$i" > "${i%.txt}".ass 2>&1 ```

Medium

What does 2>&1 means in the script below?

compile "$i" > "${i%.txt}".ass 2>&1
Author: titouan lecampStatus: PublishedQuestion passed 150 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!