摘要: 1、创建测试数据 [root@linuxprobe test]# echo -e "1 2 3 4\n5 6 7 8\n9 5 6 3\n2 3 4 5" > b.txt ##测试数据 [root@linuxprobe test]# cat b.txt 1 2 3 4 5 6 7 8 9 5 6 3 阅读全文
posted @ 2020-03-13 23:37 小鲨鱼2018 阅读(3916) 评论(0) 推荐(0)