linux抓丟包,awk顯示ping時間,shell腳本grep抓包過濾

1、顯示ping的時間並獲取丟包處shell   命令bash ping 10.1.0.1 | awk '{ print $0"\t" strftime("%H:%M:%S",systime()) } '>m.txt & #讓ping命令顯示時間--輸出到文本--並在後臺運行   註釋函數 參數 註釋 \t spa 換行字符  $0 打印整行 {print $0 "\t"} 逐行打印  strft
相關文章
相關標籤/搜索