Question : combining commands in terminal  find and grep any ideas

Hi All,
have been trying all day to get this working.

I am trying to get a list of all the versions of Joomla on my server and would like a list like this below

/home/mysite/public_html/libraries/joomla/version.php var $DEV_LEVEL       = '15';

Has anyone got a clue on how to achieve this

so far i can get these to work
root@srv01 [/home]# cat /home/*/public_html/libraries/joomla/version.php | grep 'var $DEV_LEVEL'
this resolves to
var $DEV_LEVEL       = '15';

root@srv01 [/home]# find  /home/*/public_html/libraries/joomla/ -name "version.php" -print
this resolves to
/home/mysite/public_html/libraries/joomla/version.php

thanks in advance

Answer : combining commands in terminal  find and grep any ideas

SBS likes to have everything done with a wizard. If you create the users with the console or users and computers wizard, they will appear under the users. If you manually create them with Active Directory users and computers they will not show up in the console.
Random Solutions  
 
programming4us programming4us