### find只查当前目录# -maxdepth int 限制查询的子目录层级find -L . -maxdepth -name '*.jar' -printf '%p:'### 查看CPU使用率 mpstat -P ALL