Re: [exim] bash or perl question

Top Pagina
Delete this message
Reply to this message
Auteur: Christian Schmidt
Datum:  
Aan: exim-users
Onderwerp: 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