您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

5 行
204 B

#!/bin/bash
IP_ADDR=$(ip addr show | grep "inet " | grep "eth0" | awk '{print $2}')
nmap -sP $IP_ADDR | grep ondemand_mpi_worker | awk -F "[()]" '{ for (i=2; i<NF; i+=2) print $i }' > /project/hosts