LinuxマシンのデフォルトのIPアドレスを求める
$ ip route | grep `ip route | awk '/^default/{print $(NF-1)}'` | grep -v ^default | awk '{print($NF)}'
ip routeを2回走らせるのがダサいのう
LinuxマシンのデフォルトのIPアドレスを求める
$ ip route | grep `ip route | awk '/^default/{print $(NF-1)}'` | grep -v ^default | awk '{print($NF)}'
ip routeを2回走らせるのがダサいのう
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.