Joseph Olatt wrote:

Try the following:


 cat t.txt | awk -F\t '{split($1, arr, "."); printf("[EMAIL PROTECTED]", arr[
1], arr[2], $2);}'

where t.txt:
john.doe    example.com

This did the job, the only modification I needed to make was manually replace $2 with the string of the domain I needed it changed to.

Fantastic!

Thanks everyone for such quick responses!

Steve
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to