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/01/31 19:12 by odefta