#!/bin/bash rm /tmp/foo while read a b ; do echo $a $b >> /tmp/foo done echo dhcp