F
fourfour2
I have been looking at find2perl...
I want this linux command converted to perl code, I guess using Perl
grep and Perl find, that will run on any OS:
find . -type f -exec egrep -i 'xbox|ps2' {} \; -print
I don't want any OS system calls - just pure clean Perl.
Any help appreciated for the best way to do this ...
I want this linux command converted to perl code, I guess using Perl
grep and Perl find, that will run on any OS:
find . -type f -exec egrep -i 'xbox|ps2' {} \; -print
I don't want any OS system calls - just pure clean Perl.
Any help appreciated for the best way to do this ...