Home | History | Annotate | Download | only in mv

Lines Matching refs:fcnt

47 	local fcnt=0
56 fcnt=0
57 while [ $fcnt -lt $numfiles ]
59 ROD_SILENT touch $dirname/f.$fcnt
60 fcnt=$(($fcnt+1))
72 local fcnt=0
85 fcnt=0
86 while [ $fcnt -lt $numfiles ]
88 echo "f.$fcnt " 1>>tst_mv.exp
89 fcnt=$(($fcnt+1))
100 fcnt=0