Shell - <<

发布时间 2023-08-04 15:12:36作者: ZhangZhihuiAAA
zzh@ZZHPC$ cat > columns4.txt << EOF
> 123 ONE TWO
> 456 three four
> ONE TWO THREE FOUR
> five 123 six
> one two three
> four five
> EOF

zzh@ZZHPC$ cat columns4.txt
123 ONE TWO
456 three four
ONE TWO THREE FOUR
five 123 six
one two three
four five