new script is handy; just lists process names for a particular user. just use a...
[feisty_meow.git] / scripts / networking / get_ip_addresses.sh
1 ifconfig | grep "inet addr:" | sed -e "s/^.*addr:\([0-9.]*\) .*$/\1/"