mirror of https://github.com/fengyuhetao/shell.git
parent
2ff65f003f
commit
208700ae85
|
@ -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