#!/bin/bash

awk '{for(i=1;i<NF+1;i++){list[i]=list[i]" "$i}}END{for(i in list){print list[i]}}' "./nowcoder.txt"