摘要: ### find只查当前目录# -maxdepth int 限制查询的子目录层级find -L . -maxdepth 1 -name '*.jar' -printf '%p:' ### 查看CPU使用率 mpstat -P ALL 2 阅读全文
posted @ 2019-02-25 16:47 chenzechao 阅读(421) 评论(0) 推荐(0)