揮発性のメモ2

知識をメモ書きしておく

正規表現でマッチした文字列を出力

ifconfigの結果からIPアドレスを取り出して出力する

/sbin/ifconfig | perl -ne '/inet addr:([0-9.]+)/ && print "$1\n"'