replace tab sed

C++
sed -i.bak $'s/\t/  /' file.txt	#replace tab with sed command
Source

Also in C++: