
Linux command to find out the biggest file under one folder
ls -lhtr |sort -nr find / -type f -size +100M du -skh * | sort -nr du -a /dir/ | sort -n -r | head -n 20. tar -tvf sh-i-0cfa1f8cb51e69c62.unimelb.splunkcloud.com-1583003015.bundle | sort -nr -k3 | head -n 20