-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathzh-CN.json
116 lines (116 loc) · 2.42 KB
/
zh-CN.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"options": [
{
"name": "-b",
"alias": [
"--bytes"
],
"next": 0,
"tip": [
"U: -b|--bytes <LIST>\n",
"filter byte columns from the input source"
]
},
{
"name": "-c",
"alias": [
"--characters"
],
"next": 0,
"tip": [
"U: -c|--characters <LIST>\n",
"alias for character mode"
]
},
{
"name": "-d",
"alias": [
"--delimiter"
],
"next": 0,
"tip": [
"U: -d|--delimiter <DELIM>\n",
"specify the delimiter character that separates fields in the input source.\n",
"Defaults to Tab."
]
},
{
"name": "-w",
"tip": [
"Use any number of whitespace (Space, Tab) to separate fields in the input source (FreeBSD extension)."
]
},
{
"name": "-f",
"alias": [
"--fields"
],
"next": 0,
"tip": [
"U: -f|--fields <LIST>\n",
"filter field columns from the input source"
]
},
{
"name": "--complement",
"tip": [
"invert the filter - instead of displaying only the filtered columns, display all but those columns"
]
},
{
"name": "-s",
"alias": [
"--only-delimited"
],
"tip": [
"in field mode, only print lines which contain the delimiter"
]
},
{
"name": "-z",
"alias": [
"--zero-terminated"
],
"tip": [
"instead of filtering columns based on line, filter columns based on \\0 (NULL character)"
]
},
{
"name": "--output-delimiter",
"next": 0,
"tip": [
"U: --output-delimiter <NEW_DELIM>\n",
"in field mode, replace the delimiter in output lines with this option's argument"
]
},
{
"name": "--version",
"alias": [
"-V"
],
"tip": [
"显示版本信息。"
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"显示帮助信息。"
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/uutils/coreutils",
"description": [
"Print specified byte or field columns from each line of stdin or the input files.\n",
"Completion was written based on [uutils/coreutils](https://github.com/uutils/coreutils)."
]
}
}
}