#!/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 /project/hosts