Middleware + Devops(MiddleOps)
Pages
(Move to ...)
Home
Weblogic12C
SOA
OSB
WebServers
SSL
Security
Linux
WLST
DataPower
MQ
Jenkins
DOCKER
KUBERNETES
GITLAB
▼
Saturday, July 5, 2014
find out top 10 largest file/directories
To find
top 10 largest file/directories
du -a /opt/middleware | sort -n -r | head -n 10
more human readable output try:
$ du -hsx * | sort -rh | head -10
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment