What command would you use from the Bash shell to achieve this?

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.

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



Leave a Reply 0

Your email address will not be published. Required fields are marked *