Provided it returns in with \n between the lines, just do:
$findArray = explode("\n", find ...);
Please note the backticks as opposed to single quotes and also, if you allow the user to pass data to the find, call the "escapeshellcmd" function before hand to prevent exploits.