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
Last revisionBoth sides next revision
linux:centos:find-large-files [2023/01/31 19:11] odeftalinux:centos:find-large-files [2023/01/31 19:12] odefta
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.txt · Last modified: 2023/07/04 19:36 by 127.0.0.1