Convert tabs to spaces in a file.
The expand command is used to convert tabs (TAB) in a file into spaces and display the result to standard output.
expand [options] [parameters]
-t <number>: Specify the number of spaces for each tab instead of the default 8.
File: Specify the file to be converted.