以下のページも参照のこと。
AWK のマニュアルにも乗っている
$ awk '{ if (max > length()) max = length() } END { print max }' FILE
これは paste コマンドを知っているかどうか。
$ paste FILE1 FILE2