Echo

From Anthony Pastor Wiki Notes - Verba volant, scripta manent
Jump to navigation Jump to search
  • Tabulations in Bash Scripts:

-e enable interpretation of backslash escapes

Example:

$ echo -e 'Column1 \t Column2 \t Column3'
Column1 	 Column2 	 Column3