How to write a shell script which uses awk to read in the data file students.txt and output the data in the tabbed format as shown:

Surname Forename MSc Stream Date of Birth

Smith John IT 15.01.1986

Taylor Susan IT 04.05.1987

Thomas Steve MIT 19.04.1986

my answer for the question is as the following, but it doesn't work. Is there any thing missing .. help please.
...