MAC OS X, Linux, Windows and other IT Tips and Tricks
printf "%10s %10s\n" foo bar
or even better cat /etc/fstab | column -t
cat /etc/fstab | column -t