find user -size +10000k -type f +表示大于 -表示小于 f表示普通文件 转载于:https://www.cnblogs.com/x10322/p/6024318.html