coreutils/src/uu/expand/expand.md

9 lines
175 B
Markdown
Raw Normal View History

# expand
```
expand [OPTION]... [FILE]...
```
2023-03-19 13:15:05 +00:00
Convert tabs in each `FILE` to spaces, writing to standard output.
With no `FILE`, or when `FILE` is `-`, read standard input.