このようなデータがありますが、
field1,field2
test,11
test,3
test,14
test,200
test,8
すべてのfield2を合計したい。shell_exec を使用します。
$execute = 'x=0;for i in `cut -d\',\' -f2 /app/tibs/tosweb/CCS1/tos/temp/test2.txt`; do let x+=i; echo $x; done';
$output = shell_exec($execute);
echo "<pre>".var_export($output, TRUE)."</pre>\\n";
x の値が常に 0 を返す理由がわかりません。友達を助けてください、前にありがとう。
*すみません、私の英語は下手です:P