Home | History | Annotate | Download | only in mkdir

Lines Matching refs:fcnt

98     fcnt=0      # index into files created in loop
112 fcnt=0
113 while [ $fcnt -lt $numfiles ]
115 echo "f.$fcnt " 1>>$LTPTMP/tst_mkdir.exp
116 fcnt=$(($fcnt+1))
143 fcnt=0
161 fcnt=0
162 while [ $fcnt -lt $numfiles ]
164 touch $dirname/f.$fcnt
171 fcnt=$(($fcnt+1))