We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f34acc commit 3642b22Copy full SHA for 3642b22
command/split.md
@@ -14,6 +14,7 @@ split
14
-C:每一输出档中,单行的最大 byte 数。
15
-d:使用数字作为后缀。
16
-l:值为每一输出档的列数大小。
17
+-a:指定后缀长度(默认为2)。
18
```
19
20
### 实例
@@ -58,4 +59,4 @@ split -l 10 date.file
58
59
60
61
-<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
62
+<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
0 commit comments