what's the linux..."/>

grapping values from files

/home/user1/www/file1.php
/home/user2/www/file1.php
/home/user3/www/file1.php

file1.php:
the contents of the file is
<?PHP
// some comments
$value1="hello";

$value2="can you help";
?>

what's the linux command to grap the values of $value1 & $value2 from all the 3 files.

thanks grapping values from files

 

 

 

 

Top