You have a text file with tab-separated values, but your application needs them space-separated. What command would you use from the Bash shell to achieve this?
Please fill in the command only, without any options.
Answer: expand
Explanation:
From the man pages:
expand – convert tabs to spaces