I\'m trying to run shell command like this from php:
ls -a | grep mydir
But php only uses the first command. Is there any way to force php to p
shell_exec