run.sh 170 Bytes Raw Blame History Permalink 1 2 3 4 rm temp.csv result.csv node spider.js >> temp.csv cat temp.csv | grep 'no data' -v >> result.csv osascript -e 'display notification "爬虫完成! !" with title "通知"'