突っ走り書き

見せるほどのものでは..

2013-10-03から1日間の記事一覧

自ホストのIPアドレスを取得する

sh

LANG=C ifconfig eth0 | grep "inet addr" | awk '{ print $2; }' | cut -d: f2