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.

27 lines
513 B

7 years ago
expand
===
将文件的制表符转换为空白字符
## 补充说明
**expand命令** 用于将文件的制表符TAB转换为空白字符space将结果显示到标准输出设备。
### 语法
```
expand(选项)(参数)
```
### 选项
```
-t<数字>指定制表符所代表的空白字符的个数而不使用默认的8。
```
### 参数
文件:指定要转换制表符为空白的文件。
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->