标签:$? body card table mamicode ase grep bsp 用户
1. 根据网卡名输出IP
#!/bin/bash ip addr|grep ^[0-9]|awk -F ‘[: ]+‘ ‘{print $2}‘>/tmp/eth.list ##利用死循环来提示用户输入正确的网卡名,输入正确的网卡名后跳出死循环 ## 一个网卡一个IP的情况,ip写入变量中 ## 一个网卡多个IP的情况,IP写入文件中 |
2. 列出目录内容
3. 下载文件
#!/bin/bash if [ $# -ne 2 ] if [ ! -d $2 ] |
4. 猜数字
5.
标签:$? body card table mamicode ase grep bsp 用户
原文地址:https://www.cnblogs.com/tanzhirong/p/11470592.html