Options (2)
-i, --initialbooleanDo not convert tabs after non blanks
Example:
expand {{[-i|--initial]}} {{path/to/file}}-t, --tabsbooleanHave tabs a certain number of characters apart, not 8
Example:
expand {{[-t|--tabs]}} {{number}} {{path/to/file}}Examples (5)
Convert tabs in each file to spaces, writing to `stdout`
expand path/to/fileConvert tabs to spaces, reading from `stdin`
Do not convert tabs after non blanks
expand [-i|--initial] path/to/fileHave tabs a certain number of characters apart, not 8
expand [-t|--tabs] number path/to/fileUse a comma separated list of explicit tab positions
expand [-t|--tabs] 1,4,6made by @shridhargupta | data from tldr-pages