Thread perl one liner : string suchen und ersetzen wert (unix) (17 answers)
Opened by bora99 at 2012-05-08 15:07

bora99
 2012-05-10 19:51
#158284 #158284
User since
2009-12-05
54 Artikel
BenutzerIn
[default_avatar]
Hallo,

habe Zeile 35-43 ersetzt , perfekt.

finale version anbei.

mein test:

Code: (dl )
 ./script.pl datei eintrag1=NEU1 eintrag2=NEU2 


frage noch zu

Code: (dl )
script.pl "/pfad/zu einer/datei mit space" "ein config wert = text mit space" 'b = "a = b = c"' c=12345


ich benötige es nicht, aber soll es mit Einträge mit <blank> auch funktionieren ?

bei mir hat folgender test:

eintrag in datei:

ein config wert = test

aufruf:
Code: (dl )
 script.pl datei "ein config wert=XX" 


nicht funktioniert

gruss
Anhänge
text/plain
82 lines
script.pl

View full thread perl one liner : string suchen und ersetzen wert (unix)