- or download this
<!-- inserted banner -->
<TABLE>
...
blah
</TABLE>
<!-- end of inserted banner -->
- or download this
use strict;
use File::Find;
...
},
$ARGV[0]
);
- or download this
perl -MFile::Find -pi.bak -e "BEGIN {find sub {-f && push @ARGV, $File
+::Find::name}, \".\"}
if (/inserted banner/i) {while (<>) {s/.*// and last if /end of insert
+ed banner/i;}}"