随风...embed.blog.chinaunix.net
piaoyizu
全部博文(288)
GStreamer(1)
Android(13)
Kernel study(9)
嵌入式环境(24)
Wince Developmen(2)
Driver study(55)
Basic study(41)
管理类资料(7)
技术类资料(42)
2012年(4)
2011年(30)
2010年(40)
2009年(32)
2008年(71)
2007年(79)
2006年(32)
Edengund
tyc00n
langue
xiaochun
singlede
mxcai200
丹凤公主
liu090
johnbull
和光先同
wb123456
hellionc
shiyigud
j1nyu
Zcover
浪花小雨
dujunqiu
Phyllis6
分类: LINUX
2009-06-23 11:22:42
#!/bin/bashT1="Yaffs file system!"T2="It running at System Memory!"T4=0if [ -f /mnt/lost+found ];then echo $T1else echo $T2fiwhile true; do T3=0 while [ $T3 -le 1000 ]; do if [ $T3 -eq 1000 ]; then echo "File Number = $T3 Delete Count = $T4" let "T4=$T4+1" echo "Test Count = $T4">log.txt rm test* break else cp /test/a.out ./test"$T3" let "T3=$T3+1" fi donedone
上一篇:AT91SAM926X的LINUX2.6 GPIO与GPIO中断
下一篇:Linux 串口编程 - 中英文简体对照版(续)
登录 注册