Loading

摘要: grep -P '[\p{Han}]+' **/*.md -oh | tr -d '\s' > cat.log -P 是正则表达式匹配 -h, --no-filename Suppress the prefixing of file names on output. This is the defa 阅读全文
posted @ 2023-12-28 14:54 ZXYFrank 阅读(23) 评论(0) 推荐(0) 编辑