上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 367 下一页
摘要: 001、 [root@PC1 test1]# ls ## 准备两个测试文件 a.sh b.sh [root@PC1 test1]# cat a.sh ## a文件 #!/bin/bash echo $* [root@PC1 test1]# cat b.sh ## b文件 #!/bin/bash se 阅读全文
posted @ 2024-01-21 12:57 小鲨鱼2018 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 001、两者都可以表示shell脚本的所有参数,两者没有差异(不管是否增加双引号) 举例: a、不加双引号 [root@PC1 test1]# ls ## 准备了两个测试脚本 a.sh b.sh [root@PC1 test1]# cat a.sh ## a.sh的内容如下 #!/bin/bash 阅读全文
posted @ 2024-01-21 11:49 小鲨鱼2018 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 001、sra数据转换fastq数据报错如下: 002、报错产生的原因“: 没有网络连接。 003、验证 a、无网络连接 [root@PC1 test1]# ls SRR11076280 [root@PC1 test1]# ping -c 3 www.baidu.com ## 检测网络连通性 pin 阅读全文
posted @ 2024-01-18 12:54 小鲨鱼2018 阅读(570) 评论(0) 推荐(0) 编辑
摘要: 001、问题 逻辑G610键盘 win + i; win + e等快捷方式突然不起作用 002、解决方法 把键盘的游戏模式关掉,如下图(把游戏模式的灯按灭即可恢复): 。 阅读全文
posted @ 2024-01-16 22:35 小鲨鱼2018 阅读(608) 评论(0) 推荐(0) 编辑
摘要: 方法1, 从外源库中安装 001、系统 [root@PC1 home]# cat /etc/redhat-release ## 系统,centos 7.6 CentOS Linux release 7.6.1810 (Core) 002、测试R [root@PC1 home]# R ## 测试R b 阅读全文
posted @ 2024-01-16 20:32 小鲨鱼2018 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@pc1 test02]# ls a.txt [root@pc1 test02]# cat a.txt ## 准备一个测试数据 aa aa aa bb bb cc cc cc cc dd dd dd [root@pc1 test02]# awk '{ay[$1]++; print 阅读全文
posted @ 2024-01-15 00:08 小鲨鱼2018 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 001、测试文件 [root@pc1 test]# ls a.txt [root@pc1 test]# ll -h ## 测试文件 total 113M -rw-r--r--. 1 root root 113M Jan 9 12:03 a.txt 002、压缩文件(不保留源文件) [root@pc1 阅读全文
posted @ 2024-01-08 12:39 小鲨鱼2018 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 001、生成测试文件 [root@pc1 test]# ls [root@pc1 test]# seq -f %010g 10000000 > a.txt ## 测试文件 [root@pc1 test]# ll -h total 113M -rw-r--r--. 1 root root 113M J 阅读全文
posted @ 2024-01-08 12:08 小鲨鱼2018 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 001、测试数据 [root@pc1 test1]# cat a.txt ## 测试数据 ddf gge fff 99944 errorfff 8888 adfailee 32434 error kkk iiii ff2333 ERROR JJJ kkk FAiL jjj 002、忽略大小写;方法1 阅读全文
posted @ 2024-01-03 11:45 小鲨鱼2018 阅读(137) 评论(2) 推荐(0) 编辑
摘要: 001、安装vcftools; ./configure报错如下: No package 'zlib' found 002、解决方法: yum -y install zlib-devel zlib 003、./configure 测试效果 ./configure ## 测试通过 。 阅读全文
posted @ 2024-01-01 21:40 小鲨鱼2018 阅读(91) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 367 下一页