exercise for awk/shell

AWK脚本
要求:
count the average number of words in 3-th column
(columns are splitted by "\t", words are splitted by " ")
问题:
将-F设为“\t”后,如何对第三列的单词进行字数统计