#! /bin/bash cat>test1<<EOF 这是一个由shell建立的文件 this is a file created by shell. we want to make a good world. EOF
其中,<<EOF 表示当遇到EOF时结束输入。shell
cat>test1<<EOF 这间没有空格bash