Table of Contents

Linux#

Paste the following into a script and run it

echo `/sbin/ifconfig  | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'`

Mac#

Populate


Linux.Shell - Mac.Shell