shhops.sh

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

SH
21
字号
#Create a plotable file extracting the latency information form #the collectedData.dat file#xtract rough dataawk -f extractHops.awk ../collectedData.dat>hops1#collctedData.dat >hops1#sortsort -n +0 hops1 > hops2#generate the latency fileawk -f genPlotHost.awk hops2 > hopsData.dat#emove temporaney filesrm -f hops1 hops2 #create the plot file and plot it!gnuplot hopsData.gp && gv HopsData.ps

⌨️ 快捷键说明

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