上一页 1 ··· 134 135 136 137 138 139 140 141 142 ··· 403 下一页
摘要: 001、 [root@PC1 test2]# ls a.txt [root@PC1 test2]# cat a.txt ## 测试数据 8 3 9 1 7 3 [root@PC1 test2]# sort -rn a.txt | awk 'NR == 1; END {print $0}' 9 1 [ 阅读全文
posted @ 2023-02-09 15:13 小鲨鱼2018 阅读(59) 评论(0) 推荐(0)
摘要: 001、 date | mail -s "Subject" jiaxinliu2019@126.com ## 发送一个日期 002、 date | mail -a a.ped -s "Subject" jiaxinliu2019@126.com ## 增加一个附件 阅读全文
posted @ 2023-02-09 14:48 小鲨鱼2018 阅读(69) 评论(0) 推荐(0)
摘要: 001、sed [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试数据 ID=gene-LOC124418406;Dbxref=GeneID:124418406;Name=LOC124418406;gbkey=Gene;gene=LO 阅读全文
posted @ 2023-02-07 10:27 小鲨鱼2018 阅读(151) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试数据 NC_052532.1 tRNAscan-SE TRNAD-GUC_1 NC_052532.1 tRNAscan-SE TRNAD-GUC_229 NC_052532. 阅读全文
posted @ 2023-02-07 09:36 小鲨鱼2018 阅读(348) 评论(0) 推荐(0)
摘要: 001、^ 仅提取以首个字符开头的数据; 而\<提取所有单词中以指定字符开头的数据 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试数据 a1 2 0 5 6 0 9 a0 1 3 4 a 7 8 1 [root@PC1 test] 阅读全文
posted @ 2023-02-06 16:06 小鲨鱼2018 阅读(1185) 评论(0) 推荐(0)
摘要: 001、VMWARE虚拟机提示 "您正在运行的此虚拟机已启用侧通道缓解。侧通道缓解可增强安全性,但也会降低性能, 安装wsl子系统之后,vmware无法正常运行,出现了如下问题: 点击确定, 然后出现如下画面: 002、解决方法 win + r,弹出如下界面,输入control, 然后点击确定: 0 阅读全文
posted @ 2023-01-31 22:45 小鲨鱼2018 阅读(2404) 评论(0) 推荐(0)
摘要: 001、ubuntu中安装ssh服务时遇到如下报错:ERROR: Couldn't determine iptables version 002、解决方法 root@DESKTOP-A31BQ38:~# update-alternatives --list iptables /usr/sbin/ip 阅读全文
posted @ 2023-01-31 22:11 小鲨鱼2018 阅读(3960) 评论(0) 推荐(0)
摘要: 001、系统 root@DESKTOP-A31BQ38:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Code 阅读全文
posted @ 2023-01-31 22:02 小鲨鱼2018 阅读(915) 评论(0) 推荐(0)
摘要: 001、问题 002、解决方法 打开此电脑, 然后再任意空白处右击,点击查看,然后点击平铺 003、效果 阅读全文
posted @ 2023-01-29 22:03 小鲨鱼2018 阅读(896) 评论(0) 推荐(0)
摘要: awk实现 001、awk实现,提取第一个scaffold [root@PC1 test]# ls a.fa [root@PC1 test]# cat a.fa ## 测试数据 >chr1 aattcc gg >chr2 ttccggaa ggccttgg cc >chr3 aatt gg >chr 阅读全文
posted @ 2023-01-29 15:59 小鲨鱼2018 阅读(270) 评论(0) 推荐(0)
上一页 1 ··· 134 135 136 137 138 139 140 141 142 ··· 403 下一页