Gareth Hastings wrote:
> cat file | awk -F. '{print $4"."$3"."$2"."$1}'
> 
> (Less typing than above!!!!)

UUOCAP (useless use of cat and pipe):

awk -F. '{print $4"."$3"."$2"."$1}' file

lg,
daniel - maybe we should request an exim-golfers ML.

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to