Tab In Bash Script
To use escape characters such as tab in bash use the -e operator
E.g., echo -e "Hello\tWorld\n"
An investment in knowledge pays the best interest.
To use escape characters such as tab in bash use the -e operator
E.g., echo -e "Hello\tWorld\n"