Convert file's tab characters to whitespace characters
expand command is used to convert the tab character (TAB) of the file into a blank character (space) and display the result to the standard output device.
expand(option)(parameter)
-t<Number>: Specify the number of whitespace characters represented by the tab character instead of the default 8.
File: Specify the file to convert tab characters to blanks.