Hello,
I am a beginner in using Linux, I have an input file with content like:
00.11.11.11.11.11
177.22.22.22
one line of Ethernet address and one line of IP address, how can I convert this file to:
IP: 177.22.22.22 MAC: 00.11.11.11.11.11
I think awk would do it, but I don't know how. Any ideas?
Thanks!