Linux中的运算符<<和<用途是什么?
<<
<
例如
cat << abc.txt
shell io-redirection cat here-document
cat ×1
here-document ×1
io-redirection ×1
shell ×1