[{TableOfContents }]


!! Linux

Paste the following into a script and run it

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

!! Mac

Populate
----
[Linux.Shell | CategoryComputing.Linux.Shell] - [Mac.Shell | CategoryComputing.Mac.Shell]