Less than

데이터를 stdin으로 리다이렉트. 더 많은 정보: https://gnu.org/software/bash/manual/bash.html#Redirecting-Input.

{{명령어}} < {{경로/대상/파일.txt}}

{{명령어}} << {{EOF}} <Enter> {{여러_줄_데이터}} <Enter> {{EOF}}

{{명령어}} <<< {{문자열}}