echo追加字符串到文件末尾

  1.覆盖    echo  "string" >  filename

  2.追加   echo "string"  >>  filename

原文地址:https://www.cnblogs.com/books2read/p/11049689.html