adam.nz aboutpostsprojectscontact
# awk '{printf "%-30st%sn", $1,$2}'
Prints $1 in a left justified 30 column wide field, then a tab, then $2.