mirror of https://github.com/Black-Gold/Learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
384 B
13 lines
384 B
5 years ago
|
# column
|
||
|
|
||
|
## 选项
|
||
|
|
||
|
```markdown
|
||
|
column [选项] [文件]
|
||
|
-c, --columns <宽度> 输出宽度(字符数)
|
||
|
-t, --table 创建表格
|
||
|
-s, --separator <字符串> 可用的表格分隔符
|
||
|
-o, --output-separator <字符串> 表格输出列分隔符,默认为两个空格
|
||
|
-x, --fillrows 先填充行,再填充列
|
||
|
|
||
|
```
|