Redirect

Input Redirect
command > outputfile #
command >> outputfile # ,
Ouput Redirect
command < inputfile
# ex)
wc < test.txt
inline Input Redirect
command << marker
marker가 들어올 때까지 명령어를 종료하지 않고 입력을 추가로 요구함