This will find the largest 10 folders of a given path
du -a -h /opt/tomcat/webapps/ROOT/upload/mt | sort -h -r | head -n 10
Modified on: Mon, 20 Nov, 2023 at 1:09 PM
This will find the largest 10 folders of a given path
du -a -h /opt/tomcat/webapps/ROOT/upload/mt | sort -h -r | head -n 10
Did you find it helpful? Yes No
Send feedback