当前位置: 技术问答>linux和unix
php调用 system函数用法 不能使用at执行任务?
来源: 互联网 发布时间:2017-05-16
本文导语: 代码如下: 结果没有报错,但是at的任务显示为空,不能将我需要执行的的命令 /test/ffmpeg -y -i /test/h.264文件/ohyeah.264 -vcodec copy -acodec copy -f flv /test/hello.flv;",$a);放入at任务中。 | at用...
代码如下:
结果没有报错,但是at的任务显示为空,不能将我需要执行的的命令 /test/ffmpeg -y -i /test/h.264文件/ohyeah.264 -vcodec copy -acodec copy -f flv /test/hello.flv;",$a);放入at任务中。
结果没有报错,但是at的任务显示为空,不能将我需要执行的的命令 /test/ffmpeg -y -i /test/h.264文件/ohyeah.264 -vcodec copy -acodec copy -f flv /test/hello.flv;",$a);放入at任务中。
|
at用法错了,它是读标准输入的:
echo '/test/ffmpeg -y -i /test/h.264文件/ohyeah.264 -vcodec copy -acodec copy -f flv /test/hello.flv' | at 13:40
echo '/test/ffmpeg -y -i /test/h.264文件/ohyeah.264 -vcodec copy -acodec copy -f flv /test/hello.flv' | at 13:40