1 字符串判断str1 = str2 当两个串有相同内容、长度时为真 str1 != str2 当串str1和str2不等时为真 -n str1 当串的长度大于0时为真(串非空) -z str1 当串的长度为0时为真(空串) str1 当串str1为非空时为真2 数字的判断int1 -eq int2 两数相等为真
将搜索到网卡信息导入一个文件: kudzu --probe --class=network|grep 'desc:' > net.txt将这个文件里面的空格替换成换行符: sed -i "s/ /\n/g" net.txtshell脚本################################while read linedo echo "$line" > lin
查看服务器型号:#dmidecode |grep "Product Name"|sort -r|head -1|awk '{print $NF}'
1,怎样处理用户名?(怎样从/etc/passwd中把用户目录读出来?) 引用: 我在做一个自动设置输入法环境变量的脚本,因为是用root运行,所以我就想从/etc/passwd里把用户目录给读出来。现在的情况是这样: [tram@~]$ sed -n '{s/
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号