Home | History | Annotate | Download | only in mv

Lines Matching refs:fcnt

56 	local fcnt=0
65 fcnt=0
66 while [ $fcnt -lt $numfiles ]
68 ROD_SILENT touch $dirname/f.$fcnt
69 fcnt=$(($fcnt+1))
81 local fcnt=0
94 fcnt=0
95 while [ $fcnt -lt $numfiles ]
97 echo "f.$fcnt " 1>>tst_mv.exp
98 fcnt=$(($fcnt+1))
109 fcnt=0