DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Use A Tab In Echo
To use tabs, returns, and other formatting characters when using the <i>echo</i> command, specify the <i><b>-e</b><i> option:
echo -e "test \t\t This text is tabbed twice."
<a href="http://www.linuxquestions.org/questions/linux-newbie-8/tab-in-bash-script-242400/">Reference</a>





