摘要:
001、linux shell中如何实现矩阵文件按照某一列的指定顺序排序 [s20213040583@admin2 test]$ ls a.txt idx.txt [s20213040583@admin2 test]$ cat a.txt ## 测试数据 d 100 888 c 666 999 a 阅读全文
posted @ 2025-03-13 15:15
小鲨鱼2018
阅读(14)
评论(0)
推荐(0)
摘要:
001、问题 002、问题原因:ped文件用tab分割 [b20223040323@admin2 test5]$ ls outcome.map outcome.ped step1.slurm [b20223040323@admin2 test5]$ head outcome.ped | cut -f 阅读全文
posted @ 2025-03-13 11:55
小鲨鱼2018
阅读(32)
评论(0)
推荐(0)
摘要:
001、Linux 中 如何区分文本使用空格还是制表符分割 [root@PC1 test]# ls a.txt b.txt [root@PC1 test]# cat a.txt ## 测试数据 空格分割 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 阅读全文
posted @ 2025-03-13 11:43
小鲨鱼2018
阅读(26)
评论(0)
推荐(0)