shell example

Posted yaoweilei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell example相关的知识,希望对你有一定的参考价值。

get ip address:

    LANG=C ip a show eth0 | grep ‘inet‘ | grep -v ‘inet6‘ | awk ‘{print $2;}‘ | cut -d‘/‘ -f1`

 

以上是关于shell example的主要内容,如果未能解决你的问题,请参考以下文章

Maximal Square

Surrounded Regions

Mybatis-

Maximum Product Subarray

Backpack

线程死锁示例