Bash中如何进行条件测试: 1. 整数测试 2. 字符串测试 3. 文件测试 测试的表达式: 只有在测试条件中才使用[ ],并且前后要有空格,命令不使用 [ condition (条件) ] [[ condition ]] &nbs
for循环:遍历式循环 for 变量 in 列表;do Statement1; Statement2; ... done 例子:写一个脚本,测试172.16.0.0/16网络内的所有主机是否在线; #!/bin/bash
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号