Converts tabs to spaces.
Exampleexpand -t 4 file.txt
expand -t 4 file.txt
Converts tabs to spaces in text files.
Exampleexpand file.txt > expanded.txt
expand file.txt > expanded.txt
DevOpsSchoolTypically replies within an hour