視頻腳本的問題
我的環境是ubuntu 14.04LTS bash 版本是4.3.11.運行這個腳本需要注意兩個問題, 1.將for script_file in 'ls -I "monitor_man.sh ./"'改成 for script_file in $(ls -I monitor_man.sh ./) 2.不要用#sh monitor_man.sh執行腳本,用#bash monitor_man.sh 或者#chmod a+x monitor_man.sh,然后,#./monitor_man.sh 最后,希望作者下次做視頻注意一下,這讓初學者很麻煩。
2022-03-27
JS區分大小寫,符號要在英文狀態下輸入。document.write()括號中加""是直接輸出一句話,不加""可以直接寫變量
2017-01-05
干嘛用sh執行腳本,直接用bash執行就好啦
2016-10-04
centos6.8也是要這么改
2016-06-27
提醒的好!