据我所知,&
在命令之后使用是为了在后台运行它.
&
用法示例:tar -czf file.tar.gz dirname &
但是怎么样&&
?(看看这个例子:https://serverfault.com/questions/215179/centos-100-disk-full-how-to-remove-log-files-history-etc#answer-215188)
我有一个快速的问题.我需要使用自动shell脚本向我的debain crontab添加一个cron,我需要cron做两件事:
crontab -l | {/ bin/cat;/bin/echo"*3***cd/etc/application"; } | crontab -
如何让它运行scrapy crawl命令?