📄 remove.com
字号:
#!/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* *.psrm -f t?.tclrm -f *.tr *.tr1 *.nam *.xgrrm -f all.*rm -f fairflow.*rm -f t t?rm -f chart? 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 testRenodo 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -