> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/linux/ming-ling/expand.md).

# expand

将文件的制表符转换为空白字符

## 补充说明

**expand命令** 用于将文件的制表符（TAB）转换为空白字符（space），将结果显示到标准输出设备。

### 语法

```
expand(选项)(参数)
```

### 选项

```
-t<数字>：指定制表符所代表的空白字符的个数，而不使用默认的8。
```

### 参数

文件：指定要转换制表符为空白的文件。
