Adding timestamp to output with AWK

前端 未结 0 1756
孤独总比滥情好
孤独总比滥情好 2021-01-19 15:16
while [ ! -f /home/stopPing.txt ] ; do 
cat /home/ipListforPing.txt |  while read output
do
    timestamp=$(date +%d-%m-%Y_%H-%M-%S)
    timeout 2s ping -qc1 $output         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题