我在我的redhat上有php腳本,即時通過telnet客戶端以根用戶身份登錄。
我的PHP腳本來運行bash腳本是(functions.inc):PHP腳本exec bash腳本不打印所有bash行
<?php
exec('/ilantest/testscript.sh');
?>
我的bash腳本:
#!/bin/bash
echo "Hello world"
echo "Whats going on ?"
當我做:PHP functions.inc - 我得到如下:
怎麼回事?[root @ X ilantest]#
爲什麼我不看第一行?
謝謝!
那是什麼「E」第一回聲語句之後做什麼? – Icarus3
抱歉,沒有「e」修復Q .. +當我./testscript.sh它工作正常並打印2行 – ilansch
[返回Perl輸出到PHP]可能的重複/ questions/21407590/return-perl-output-to-php) –