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