merge two files using awk

Hi Guys,

I wonder whether is possible to merge two files using awk. I have two files one with 7 columns and another one with 9 columns and the first column on both files is identical so will be my key to merge the files. Any ideas.Thanks in advance.

Harby.

Search this site for NR==FNR

Use the join command.