Hi,
I need to write a script where in -
- do a find for a particular type of files (eg. find . -name *.jsp -print)
- grep on each of the file (which are in different directories )to find if a string exists.
- if it does not exists , email me with the filename.
Any help will be appreciated.
I need to write a script where in -
- do a find for a particular type of files (eg. find . -name *.jsp -print)
- grep on each of the file (which are in different directories )to find if a string exists.
- if it does not exists , email me with the filename.
Any help will be appreciated.