On 13.02.02 Roland Muller (Roland-M-Mueller@gmx.de) wrote:
Hilmar schrieb:
awk, wer kann awk?
awk '{split($0,a,":"); anzahl=split(a[1],b,"."); print b[anzahl];}'
und dann mit pipe (|) oder Eingabeumleitung die zu bearbeitenden Zeilen umleiten.
Gut, damit habe ich erstmal eine Endlösung rein in tcsh gebaut, die auch noch flott ist.
Erstmal EOT und danke an all. H.