The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > Linux
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 07-10-2009
zyf0789 zyf0789 is offline
Registered User
  
 

Join Date: Jul 2009
Posts: 1
Quote:
Originally Posted by shubhendu View Post
use this >

Code:
 
find ${SEARCH_PATH} -type f -size +${MEG_BYTES}000000c
USAGE>

will find files larger then ${MEG_BYTES} MB in specified DIR i.e. in ${SEARCH_PATH}
unix is so strong!!!!!