I am looking for an example of <<
redirection because i don't understand it well. I know <
is for sending the contents of specified file to be use as standard input like :
cat < file.txt
but i don't understand what <<
does. i saw a description about it that says "accept text of the following line as standard input" but still confused.