读书人

Linux - How to create a file and wr

发布时间: 2013-04-05 10:24:33 作者: rapoo

Linux - How to create a file and write by script?

cat > text.out<<EOFWrite what you want to write here....EOF


EOF is just a notation of end of the file. Once system executes to that word it knows it is the end of the file. So the file is closed and writing ends.

读书人网 >UNIXLINUX

热点推荐