remove.com

来自「这个软件的功能是实现多播协议」· COM 代码 · 共 30 行

COM
30
字号
#!/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? 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 \red-pd tcpReset 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 + -
显示快捷键?