ganti tab sed
sed -i.bak $'s/\t/ /' file.txt #replace tab with sed command
Armandres
sed -i.bak $'s/\t/ /' file.txt #replace tab with sed command