Submitted by Patrick on Wed, 12/28/2011 - 3:54pm
@Matthew Connerton
Something as simple as
grep -nRH --exclude=*.js 'eval(' *
would do well, with hindsight.
(to search for uses or mentions of the eval() function, in all files except JavaScript)
