splunk December 06, 2020 Find the largest files under the linux folder - recursively sudo du -a /opt/splunk/etc/ | sort -n -r | head -n 20