#!/bin/sh -v cat /etc/hosts | ./nawk '/^[0-9]*/ { for (i=2;i<=NF;++i) {print $1}}'