ヒア文字列
Here String
POSIXにはない。
word をそのまま、指定したファイルディスクリプタ番号の入力とする。(デフォルトでは標準入力(0))
code:txt
n<<< word
code:bash
cat <<< 'Hello, world!'
Bash の解説
https://www.gnu.org/software/bash/manual/bash.html#Here-Strings