#!/bin/bash
#有点难,仅供参考
cat nowcoder.txt | awk -F ":" '{for(lno=NF;lno>0;lno--) { print $lno;} }' | xargs -n 8 | tr -s " " ":" | sed "s/:/ /3"