mirror of https://github.com/fengyuhetao/shell.git
commit
642dd00b68
|
@ -10,7 +10,7 @@ do
|
|||
echo $check
|
||||
for item in $check
|
||||
do
|
||||
count=$[ $count + 1 ]
|
||||
count=$(( $count + 1 ))
|
||||
done
|
||||
echo "$directory - $count"
|
||||
count=0
|
||||
|
|
Loading…
Reference in New Issue