Thread best. Feld speichern (wie z.B. bei awk)
(27 answers)
Opened by Duff at 2008-03-19 11:53 Code (perl): (dl
)
perl -F'\|' -ane 'print $F[3],"\n"' beispiel.txt grummel ... pipe muss escaped werden... TMTOWTDYOG (there's more than one way to dig your own grave)
|