系统相关
首页 > 系统相关> > linux command find

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  ./   -tyep f  -size  +500000k

 

 

   

 

 

标签:findLinux,50M,command,linux,find,size
来源: https://www.cnblogs.com/lianghong881018/p/10929864.html