我从
开始http://myurl.com/helloworld.html","asdfa
我希望在我的正则表达式运行之后
http://myurl.com/helloworld.html
我有以下php命令
echo shell_exec("cat /tmp/urls | grep -Eo '^[^"]+'");
但是当它运行时我没有得到任何结果。
当我直接从命令行直接运行时,它可以正常工作
$cat /tmp/urls | grep -Eo '^[^"]+'