Greater than

출력을 파일로 리디렉션. 더 많은 정보: https://gnu.org/software/bash/manual/bash.html#Redirecting-Output.

{{명령어}} > {{경로/대상/파일}}

{{명령어}} >> {{경로/대상/파일}}

{{명령어}} &> {{경로/대상/파일}}

{{명령어}} &> /dev/null

> {{경로/대상/파일}}