size_dir=$(stat -c %s $1) #$1 has the directory name (e.g. /root/kamal)
size_dir=$(/usr/bin/stat -c %s $1) #$1 has the directory name (e.g. /root/kamal)