摘要: 001、问题 [root@PC1 home]# bcftools bcftools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or d 阅读全文
posted @ 2023-07-20 20:10 小鲨鱼2018 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test02]# ls a.txt b.txt [root@PC1 test02]# cat a.txt ## 测试数据 1 2 3 4 5 6 [root@PC1 test02]# cat b.txt ## 测试数据 11 12 13 14 15 16 [root@P 阅读全文
posted @ 2023-07-20 10:49 小鲨鱼2018 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test02]# ls [root@PC1 test02]# seq 10 1 2 3 4 5 6 7 8 9 10 [root@PC1 test02]# seq 10 | awk '{getline; print $0}' ## getline把两行当作一行处理,而且 阅读全文
posted @ 2023-07-20 10:46 小鲨鱼2018 阅读(122) 评论(0) 推荐(0) 编辑