#!/bin/bash echo `ifconfig | grep -o -P '(?<=inet addr:)[\d\.]+(?=\s+Bcast)'` echo echo "#83a598" exit 0