-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathzh-CN.json
376 lines (376 loc) · 7.25 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
{
"options": [
{
"name": "-a",
"alias": [
"--all"
],
"tip": [
"write counts for all files, not just directories"
]
},
{
"name": "--apparent-size",
"tip": [
"print apparent sizes, rather than disk usage although the apparent size is usually smaller,\n",
"it may be larger due to holes in ('sparse') files, internal fragmentation, indirect blocks, and the like"
]
},
{
"name": "-B",
"alias": [
"--block-size"
],
"tip": [
"U: -B|--block-size <SIZE>\n",
"scale sizes by SIZE before printing them;\n",
"E: -B M --- prints sizes in units of 1,048,576 bytes"
],
"next": [
{
"name": "K",
"tip": [
"powers of 1024"
]
},
{
"name": "M",
"tip": [
"powers of 1024"
]
},
{
"name": "G",
"tip": [
"powers of 1024"
]
},
{
"name": "T",
"tip": [
"powers of 1024"
]
},
{
"name": "P",
"tip": [
"powers of 1024"
]
},
{
"name": "E",
"tip": [
"powers of 1024"
]
},
{
"name": "Z",
"tip": [
"powers of 1024"
]
},
{
"name": "Y",
"tip": [
"powers of 1024"
]
},
{
"name": "KB",
"tip": [
"powers of 1000"
]
},
{
"name": "MB",
"tip": [
"powers of 1000"
]
},
{
"name": "GB",
"tip": [
"powers of 1000"
]
},
{
"name": "TB",
"tip": [
"powers of 1000"
]
},
{
"name": "PB",
"tip": [
"powers of 1000"
]
},
{
"name": "EB",
"tip": [
"powers of 1000"
]
},
{
"name": "ZB",
"tip": [
"powers of 1000"
]
},
{
"name": "YB",
"tip": [
"powers of 1000"
]
}
]
},
{
"name": "-b",
"alias": [
"--bytes"
],
"tip": [
"equivalent to '--apparent-size --block-size=1'"
]
},
{
"name": "-c",
"alias": [
"--total"
],
"tip": [
"produce a grand total"
]
},
{
"name": "-d",
"alias": [
"--max-depth"
],
"tip": [
"U: -d|--max-depth <N>\n",
"print the total for a directory (or file, with --all) only if it is N or fewer levels below the command line argument;\n",
"--max-depth=0 is the same as --summarize"
],
"next": [
{
"name": "0"
},
{
"name": "1"
}
]
},
{
"name": "-h",
"alias": [
"--human-readable"
],
"tip": [
"print sizes in human readable format (e.g., 1K 234M 2G)"
]
},
{
"name": "--inodes",
"tip": [
"list inode usage information instead of block usage like --block-size=1K"
]
},
{
"name": "-k",
"tip": [
"like --block-size=1K"
]
},
{
"name": "-l",
"alias": [
"--count-links"
],
"tip": [
"count sizes many times if hard linked"
]
},
{
"name": "-L",
"alias": [
"--dereference"
],
"tip": [
"follow all symbolic links"
]
},
{
"name": "-D",
"alias": [
"-H",
"--dereference-args"
],
"tip": [
"follow only symlinks that are listed on the command line"
]
},
{
"name": "-P",
"alias": [
"--no-dereference"
],
"tip": [
"don't follow any symbolic links (this is the default)"
]
},
{
"name": "-m",
"tip": [
"like --block-size=1M"
]
},
{
"name": "-0",
"alias": [
"--null"
],
"tip": [
"end each output line with 0 byte rather than newline"
]
},
{
"name": "-S",
"alias": [
"--separate-dirs"
],
"tip": [
"do not include size of subdirectories"
]
},
{
"name": "-s",
"alias": [
"--summarize"
],
"tip": [
"display only a total for each argument"
]
},
{
"name": "--si",
"tip": [
"like -h, but use powers of 1000 not 1024"
]
},
{
"name": "-x",
"alias": [
"--one-file-system"
],
"tip": [
"skip directories on different file systems"
]
},
{
"name": "-t",
"alias": [
"--threshold"
],
"next": 0,
"tip": [
"U: -t|--threshold <SIZE>\n",
"exclude entries smaller than SIZE if positive, or entries greater than SIZE if negative"
]
},
{
"name": "-v",
"alias": [
"--verbose"
],
"tip": [
"verbose mode (option not present in GNU/Coreutils)"
]
},
{
"name": "--exclude",
"next": 0,
"tip": [
"U: --exclude <PATTERN>\n",
"exclude files that match PATTERN"
]
},
{
"name": "-X",
"alias": [
"--exclude-from"
],
"next": 0,
"tip": [
"U: -X|--exclude-from <FILE>\n",
"exclude files that match any pattern in FILE"
]
},
{
"name": "--files0-from",
"next": 0,
"tip": [
"summarize device usage of the NUL-terminated file names specified in file F;\n",
"if F is -, then read names from standard input"
]
},
{
"name": "--time",
"tip": [
"U: --time[=<WORD>...]\n",
"show time of the last modification of any file in the directory, or any of its subdirectories.\n",
"If WORD is given, show time as WORD instead of modification time: atime, access, use, ctime, status, birth or creation\n",
"[possible values: atime, ctime, creation]"
],
"next": [
{
"name": "atime"
},
{
"name": "ctime"
},
{
"name": "creation"
}
]
},
{
"name": "--time-style",
"next": 0,
"tip": [
"U: --time-style <STYLE>\n",
"show times using style STYLE: full-iso, long-iso, iso, +FORMAT FORMAT is interpreted like 'date'"
]
},
{
"name": "--version",
"alias": [
"-V"
],
"tip": [
"显示版本信息。"
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"显示帮助信息。"
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/uutils/coreutils",
"description": [
"Estimate file space usage.\n",
"Completion was written based on [uutils/coreutils](https://github.com/uutils/coreutils)."
]
}
}
}