Changes

Jump to navigation Jump to search
12 bytes added ,  07:35, 5 May 2014
Line 270: Line 270:  
it could be useful to find large file by the command line  
 
it could be useful to find large file by the command line  
   −
  find / -type f -size +200'''M''' -exec ls -lh {} \; | awk '{ print $ ":_" $5 }';
+
  find /home/e-smith -type f -size +200'''M''' -exec ls -lh {} \; | awk '{ print $ ":_" $5 }';
    
use  
 
use  

Navigation menu