#!/bin/bash

awk '{print $1}' ./nowcoder.txt| tr '\n' ' '
echo 
awk '{print $2}' ./nowcoder.txt| tr '\n' ' '