Hi,
I think that this bit of code should be able to take output from my grep command and store it in a variable (and in fact uses the same syntax as some previous posts) but for some reason gives me an error message, saying that 'end of file' is unexpected. Any idea what I'm doing wrong?
thanks!
$info = `grep "$prop" <FILE>`;