grep 批量查询中文文件名

2024-08-08 1,059 0

grep -P '[\x{4e00}-\x{9fa5}]' file.txt

root@demo18:~# find . -type f | grep -P '[\x{4e00}-\x{9fa5}]'
./database/更新内网.sql
./app/Handlers/Coreseek/刷新coreseek.txt

相关文章

harbor arm64 2.13版本 编译
haproxy 中转负载随机端口
Linux 下查看硬盘 IO 的 5 个工具
win11终端配置 ubuntu trzsz-go trz/tsz 上传/下载
UFW+IPSET 禁用非法IP
ip_local_port_range: prefer different parity for start/end values

发布评论