mirror of
https://github.com/uutils/coreutils
synced 2025-01-11 04:39:08 +00:00
9 lines
167 B
Markdown
9 lines
167 B
Markdown
|
# expand
|
||
|
|
||
|
```
|
||
|
expand [OPTION]... [FILE]...
|
||
|
```
|
||
|
|
||
|
Convert tabs in each FILE to spaces, writing to standard output.
|
||
|
With no FILE, or when FILE is -, read standard input.
|