lhunath 1228905202 learn strings. Similar to here documents: The word after <<< and a newline are passed to the standard input of a command. Example: ''command <<< "some sentence"'' (Like ''echo "some sentence" | command'', but without the overhead of the subshell) lhunath 1228905214 forget