* Moritz Bellach schrieb/wrote:

#!/usr/bin/bash
open(FILEin, ">mathe-lk-mail.txt") or die("kann datei nicht �ffnen: $!");
while (<FILEin>) {
<FILEin> =~ s/\+/-/g
}
close(FILEin);

perl -i.bak -pe 's/\+/-/g' mathe-lk-mail.txt

-martin

--
+-------------------------+------------------------+
| Martin Schmitt          | Schmitt Systemberatung |
| http://www.scsy.de/~mas | http://www.scsy.de     |
+-------------------------+------------------------+

Attachment: signature.asc
Description: OpenPGP digital signature



Antwort per Email an