add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

16
pages.zh/common/recsel.md Normal file
View File

@@ -0,0 +1,16 @@
# recsel
> 从recfile打印记录一个可人编辑的纯文本数据库。
> 更多信息:<https://www.gnu.org/software/recutils/manual/recutils.html>。
- 提取名称和版本字段:
`recsel -p name,version {{data.rec}}`
- 使用"~"来匹配具有给定正则表达式的字符串:
`recsel -e "{{field_name}} ~ '{{regular_expression}}' {{data.rec}}"`
- 使用谓词匹配名称和版本:
`recsel -e "name ~ '{{regular_expression}}' && version ~ '{{regular_expression}}'" {{data.rec}}`