上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 408 下一页
摘要: 001、$RANDOM; $RANDOM用于生成0—32767的随机数 [root@PC1 test05]# echo $RANDOM 21160 [root@PC1 test05]# echo $RANDOM 17006 [root@PC1 test05]# echo $RANDOM 3979 0 阅读全文
posted @ 2023-07-22 15:46 小鲨鱼2018 阅读(780) 评论(0) 推荐(0)
摘要: 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 阅读(29) 评论(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 阅读(141) 评论(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 阅读(381) 评论(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 阅读(494) 评论(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 阅读(68) 评论(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 阅读(160) 评论(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 阅读(84) 评论(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 阅读(549) 评论(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 阅读(103) 评论(0) 推荐(0)
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 408 下一页