#!/bin/bash
awk '{print $1}' nowcoder.txt |xargs echo
awk '{print $2}' nowcoder.txt |xargs echo