User Tools

Site Tools


linux:centos:find-large-files

Find large files (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.txt · Last modified: 2023/07/04 19:36 by 127.0.0.1