上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 367 下一页
摘要: 001、 [root@PC1 test05]# ls result.txt [root@PC1 test05]# cat result.txt ## 测试数据 2 23669 23709 2 23517 23696 3 23515 23708 3 23556 23713 4 23476 23711 阅读全文
posted @ 2023-07-22 10:09 小鲨鱼2018 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 01、系统 [root@PC1 home]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 02、conda安装 [root@PC1 test]# conda install -c hcc aspera-cli -y 03、 阅读全文
posted @ 2023-07-21 17:44 小鲨鱼2018 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 001、直接输出变量 [root@PC1 test03]# ls [root@PC1 test03]# num=100 ## 测试变量值 [root@PC1 test03]# printf $num ## 输出变量 100[root@PC1 test03]# 002、 [root@PC1 test0 阅读全文
posted @ 2023-07-21 17:07 小鲨鱼2018 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: 001、 continue [root@PC1 test01]# ls data [root@PC1 test01]# cat data ## 测试数据 1000 naughty 500 cc 400 zoer 100 [root@PC1 test01]# awk '{if(NR == 2) {ne 阅读全文
posted @ 2023-07-19 23:31 小鲨鱼2018 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 001、系统 (base) [root@PC1 home]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 002、安装R (base) [root@PC1 home]# yum -y install epel-releas 阅读全文
posted @ 2023-07-19 16:48 小鲨鱼2018 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 001、检测8787端口 [root@PC1 test02]# firewall-cmd --query-port=8787/tcp ## 检测8787端口 no 002、开启8787端口 [root@PC1 test02]# firewall-cmd --permanent --zone=publ 阅读全文
posted @ 2023-07-19 16:10 小鲨鱼2018 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 001、 [liujiaxin01@PC1 ~]$ conda config --show channels channels: - defaults 002、 [liujiaxin01@PC1 ~]$ conda config --show default_channels default_cha 阅读全文
posted @ 2023-07-19 10:57 小鲨鱼2018 阅读(438) 评论(0) 推荐(0) 编辑
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 367 下一页