上一页 1 ··· 210 211 212 213 214 215 216 217 218 ··· 367 下一页
摘要: 1、测试数据 root@DESKTOP-1N42TVH:/home/test3# ls a.txt root@DESKTOP-1N42TVH:/home/test3# cat a.txt chr168 0.5 0.66 0.77 0.3 chr254 0.6 0.3 0.89 chr678 0.65 阅读全文
posted @ 2022-04-04 00:10 小鲨鱼2018 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 1、测试数据 root@DESKTOP-1N42TVH:/home/test3# ls a.txt root@DESKTOP-1N42TVH:/home/test3# cat a.txt ## 测试数据 01 02 AAA 03 04 05 BBB 06 07 08 CCC 09 10 2、匹配AA 阅读全文
posted @ 2022-04-03 23:45 小鲨鱼2018 阅读(574) 评论(0) 推荐(1) 编辑
摘要: 1、测试数据 root@DESKTOP-1N42TVH:/home/test3# ls a.txt root@DESKTOP-1N42TVH:/home/test3# cat a.txt ## 测试数据 aaaa bbbb cccc dddd eeee ffff 2、sed实现 root@DESKT 阅读全文
posted @ 2022-04-03 23:26 小鲨鱼2018 阅读(577) 评论(0) 推荐(1) 编辑
摘要: 1、直接测试 root@DESKTOP-1N42TVH:/home/test2# ls a.txt root@DESKTOP-1N42TVH:/home/test2# cat a.txt d g u k d g u k s d g c s d g c x v d e x v d e s q e t 阅读全文
posted @ 2022-04-03 22:55 小鲨鱼2018 阅读(153) 评论(0) 推荐(1) 编辑
摘要: 1、 root@DESKTOP-1N42TVH:/home/test# ls outcome.map.gz root@DESKTOP-1N42TVH:/home/test# cat outcome.map.gz | head -n 5 ## 执行以上命令直接乱码 2、 root@DESKTOP-1N 阅读全文
posted @ 2022-04-03 21:24 小鲨鱼2018 阅读(47) 评论(0) 推荐(1) 编辑
摘要: 1、 root@DESKTOP-1N42TVH:/home/test# ls outcome.map root@DESKTOP-1N42TVH:/home/test# wc -l outcome.map ## 测试文件 46827 outcome.map root@DESKTOP-1N42TVH:/ 阅读全文
posted @ 2022-04-03 21:02 小鲨鱼2018 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1、直接解压, 不保留原始文件 root@DESKTOP-1N42TVH:/home/test# ls outcome.map.gz root@DESKTOP-1N42TVH:/home/test# gzip -d outcome.map.gz root@DESKTOP-1N42TVH:/home/ 阅读全文
posted @ 2022-04-03 20:50 小鲨鱼2018 阅读(1364) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.jianshu.com/p/cdf7caa0714d 作者:JeremyL链接:https://www.jianshu.com/p/cdf7caa0714d来源:简书 远程连接虚拟机中ubuntu报错:Network error:Connection refused 检 阅读全文
posted @ 2022-04-03 20:04 小鲨鱼2018 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 1、 > a <- c(3, 8, 2, 4, 7) > b <- c(2, 9, 4, 7, 3) > a [1] 3 8 2 4 7 > b [1] 2 9 4 7 3 > pmax(a, b) ## 返回两组向量中的最大值 [1] 3 9 4 7 7 > pmin(a, b) ## 返回两组向 阅读全文
posted @ 2022-04-02 15:48 小鲨鱼2018 阅读(492) 评论(0) 推荐(0) 编辑
摘要: 1、测试1 > a <- 1:10 > a [1] 1 2 3 4 5 6 7 8 9 10 > rev(a) ## 逆向输出a [1] 10 9 8 7 6 5 4 3 2 1 > a <- c("aaa", "bbb", "ccc", "ddd") > a [1] "aaa" "bbb" "cc 阅读全文
posted @ 2022-04-02 15:29 小鲨鱼2018 阅读(523) 评论(0) 推荐(0) 编辑
上一页 1 ··· 210 211 212 213 214 215 216 217 218 ··· 367 下一页