> >> You wouldn't happen to know a good way to reverse the digits and
print
> >> the IP address backwards?
> >>

You could try:

cat file | sed 's/\./ /g' | awk '{print $4"."$3"."$2"."$1}'



Gareth


-- 
## 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