Printing anything with a tab in WSL prints a series of spaces instead of a tab. When I want to copy and paste these lines, obviously spaces are copied, so I lose a lot of formatting.
I've tried using CMD.exe, PowerShell, and MobaXTerm, but in every case I can't seem to print a tab.
echo -e "Col1\tCol2\tCol3 and spaces"
I expect that tab characters should be output and copyable, but the tabs are converted to spaces. Gnome-Terminal in Ubuntu handles this just fine, but every option in Windows 10 / WSL seems to fail.