Re: [exim] bash or perl question

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Christian Schmidt
Datum:  
To: exim-users
Betreff: Re: [exim] bash or perl question
Hello Gareth,

Gareth Hastings, 23.06.2006 (d.m.y):

> Ah, I forgot you could specify the delimiter with -F!!
>
> cat file | awk -F. '{print $4"."$3"."$2"."$1}'
>
> (Less typing than above!!!!)


Useless use of cat. ;-)

awk -F. '{print $4"."$3"."$2"."$1}' file
will do the job, too.

Regards,
Christian Schmidt

-- 
Das Lob darf man nicht hinter dem Rücken des Gegenstands ändern, aber
den Tadel.
        -- Jean Paul