"Let us be thankful for the fools. But for
them the rest of us could not succeed."
--Mark Twain

Tab In Bash Script

To use escape characters such as tab in bash use the -e operator
E.g., echo -e "Hello\tWorld\n"