expand - the tab character is converted to spaces

Overview (SYNOPSIS)

../src/expand [OPTION]... [FILE]...

Description (DESCRIPTION)

Each FILE, the tab character is converted to spaces, and then written to standard output if no FILE, or when FILE is -, it reads from the standard input data.

-i, --initial
Do not convert non-blank character behind the character TAB
-t, --tabs= NUMBER
Settings tab spacing NUMBER characters, instead of 8
-t, --tabs= LIST
Use the tab clear list of locations, each separated by commas
--help
Displays help information and exit
--version
Display version information and exit

Can -NUMBER or -LIST substituted -t NUMBER or -t the LIST. 

Guess you like

Origin www.cnblogs.com/fanweisheng/p/11081749.html