[TxMt] Newbee Q: Hard tabs vs. soft tabs

Grant Hollingworth grant at antiflux.org
Wed Jan 31 19:02:24 UTC 2007


* Charilaos Skiadas <skiadas at hanover.edu> [2007-01-31 10:10]:
>echo -n "	"
>
>So that's echo -n followed by a tab in quotes.

You can make this more obvious with:
  echo -ne "\t"

That works with Bash's built-in echo, but not with /bin/echo.



More information about the textmate mailing list