shlatency.sh

来自「this is source code for adhoc network us」· Shell 代码 · 共 20 行

SH
20
字号
#Create a plotable file extracting the latency information form #the collectedData.dat file#xtract rough dataawk -f extractLatency.awk ../collectedData.dat >latDat1#ort it sort latDat1 -n +0 +1 >latDat2#generate the latency fileawk -f genPlotLat.awk latDat2 > latData.dat#emove temporaney filesrm -f latDat1 latDat2 #create the plot file and plot it!gnuplot latency.gp && gv Latency.ps

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?