linux command find

Linux command find

Purpose

       Learning linux command nmon

 

Eevironment

       Ubuntu 16.04 terminal

 

Procdeure

  example1: find file size bigger than 50M 

find  ./   -type f  -size  +500000k

   

 

原文地址:https://www.cnblogs.com/lianghong881018/p/10929864.html