unset LD_PRELOAD
find /var/tmp -type f | xargs -r ls -l | awk -v tmp_usage_path=$1 'BEGIN{count=0;}{count+=$5;}END{print count > tmp_usage_path;}'