29 Apr
2003
29 Apr
'03
20:50
Moin Stefan, * Stefan Schlörholz schrieb am 29 Apr 2003:
Ich möchte in einer Datei Ausdrücke der Art aa.bb.cccc umwandeln in cccc-bb-aa. aa und bb können auch nur einstellig sein. a, b und c können nur Zahlen sein.
sed -e '1,$ s/\([0-9]+\)\.\([0-9]+\)\.\(....\)/\3-\2-\1/g' Quelldatei > Zieldatei
sed -e 's/\([0-9]\+\)\.\([0-9]\+\)\.\(....\)/\3-\2-\1/g' Quelldatei Gruß, Sebastian -- Do not meddle in the affairs of wizards, for they are subtle and quick to anger. Sebastian Helms - http://www.helms.sh - mailto:mail@helms.sh (PGP welcome) SuSE-Linux-Mailinglisten-FAQ: http://www.helms.sh/faq/