Thread perl substitute (4 answers)
Opened by lddzjwwy at 2013-04-15 13:53

Raubtier
 2013-04-15 17:09
#167075 #167075
User since
2012-05-04
1070 Artikel
BenutzerIn
[default_avatar]
I guess I'd have used a combination of shell and Perl:

for i in *(.) ; do perl -pi -e 's/your substitution/here/' ; done

View full thread perl substitute