expand / unexpand

expand / unexpand#

Convert tabs ↔ spaces.

$ expand -t 4 file > out
$ unexpand -a file > out