首页 > 技术文章 > linux command find

lianghong881018 2019-05-27 11:43 原文

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

 

 

   

 

 

推荐阅读