Linux Shell에서 아래 지문의 요구사항을 만족하는 명령어로 옳은 것은?
1
ls -al > output.txt
2
ls -al < output.txt
3
ls -al << output.txt
4
ls -al >> output.txt