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
【Purpose】
Learning linux command nmon
【Eevironment】
Ubuntu 16.04 terminal
【Procdeure】
example1: find file size bigger than 50M
find ./ -type f -size +500000k