#1281
Unix – Awk : retrieve IP address
echo "`ifconfig eth0 | grep "inet addr" | awk -F: '{print $2}' | awk '{print $1}'`"
Steps To Encrypt Clear Text Passwords for Weblogic Server – TechPaste [Ansible] How-To
Just another Code Snippet site
#1281
echo "`ifconfig eth0 | grep "inet addr" | awk -F: '{print $2}' | awk '{print $1}'`"
Steps To Encrypt Clear Text Passwords for Weblogic Server – TechPaste [Ansible] How-To