remove.com

来自「跑leach需要的」· COM 代码 · 共 34 行

COM
34
字号
#!/bin/sh# To remove temporary files in tcl/test.# To run: "./remove.com"# You might have to first make this file executable.#rm -f temp* *.ps *corerm -f t?.tcl ? ecn all packets out drops acks rm -f *.tr *.tr1 *.nam *.xgrrm -f all.*rm -f fairflow.*rm -f t t? t.*rm -f chart? rm -f flow? flows? rm -rf line?for i in simple tcp full monitor red sack schedule cbq red-v1 cbq-v1 sack-v1 \  v1 \vegas-v1 rbp tcp-init-win tcpVariants ecn manual-routing hier-routing \intserv webcache mcast newreno srm session mixmode algo-routing vc \simultaneous lan wireless-lan ecn-ack mip energy wireless-gridkeeper mcache \satellite wireless-lan-newnode wireless-lan-aodv WLtutorial aimd greis \rfc793edu friendly rfc2581 links wireless-tdma rio testReno LimTransmit \pushback diffserv tcp-init-win-full ecn ecn-full simple-full \red-pd tcpReset LimTransmit pi adaptive-red gk rem vq sack-full \testReno-full testReno-bayfull source-routing snoop diffusion3 broken \tcpHighspeed smac quiescent example examples quickstart tcpOptions t \tagged-trace misc message jobs webtraf do	echo test-output-$i	rm -f test-output-$i/*.test	rm -f test-output-$i/*[a-z,A-R,T-Y,0-9]done

⌨️ 快捷键说明

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