User Tools

Site Tools


linux:centos:find-large-files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:centos:find-large-files [2023/01/31 19:11] odeftalinux:centos:find-large-files [2023/07/04 19:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Find large file (higher than 100 mb) ======+====== Find large files (higher than 100 mb) ======
  
   find . -type f -size +100M   find . -type f -size +100M
      
-<code> 
 ./13/data/log/postgresql-Tue.log ./13/data/log/postgresql-Tue.log
-</code> 
  
 Then check it's size: Then check it's size:
Line 11: Line 9:
     ls -lh ./13/data/log/postgresql-Tue.log     ls -lh ./13/data/log/postgresql-Tue.log
  
-<code> 
 -rw------- 1 postgres postgres 1.3G Jan 31 19:10 ./13/data/log/postgresql-Tue.log -rw------- 1 postgres postgres 1.3G Jan 31 19:10 ./13/data/log/postgresql-Tue.log
-</code> 
              
  
linux/centos/find-large-files.1675185072.txt.gz · Last modified: 2023/07/04 19:36 (external edit)