Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 339

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 392

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 394
find命令常用需求指令 - Joyber 的博客

# 搜索包含子目录中大于60k的PHP文件
find . -type f -name "*.php" -size +60k

# 搜索包含子目录中大于60k的PHP文件(路过jumpdir目录)
find . -path "./jumpdir" -prune -o -name "*.php" -size +60k -type f

标签: none

添加新评论