User Tools

Site Tools


linux:centos:find-large-files

This is an old revision of the document!


Find large file (higher than 100 mb)

find . -type f -size +100M
./13/data/log/postgresql-Tue.log

Then check it's size:

  ls -lh ./13/data/log/postgresql-Tue.log
-rw------- 1 postgres postgres 1.3G Jan 31 19:10 ./13/data/log/postgresql-Tue.log
linux/centos/find-large-files.1675185072.txt.gz · Last modified: 2023/07/04 19:36 (external edit)