Linux中使用shell腳本向文件中寫數據

之前沒寫過shell腳本,懂得一些Linux的操做命令。看了網上一些shell腳本的方法。總結,發現用腳本將一些數據寫入文件比較實用。遂舉例以下: #!/bin/bash #Test echo "This is shell to test" cd /home/wxy/shell/ if [ -f 11];then rm -r 11 fi vim 11 echo "wxy" >> 11 echo
相關文章
相關標籤/搜索