上一页 1 ··· 224 225 226 227 228 229 230 231 232 ··· 367 下一页
摘要: 1、ls + grep + xargs 实现 a、 root@DESKTOP-1N42TVH:/home/test# touch test{1..10}.txt root@DESKTOP-1N42TVH:/home/test# touch abc{1..10}.csv root@DESKTOP-1N 阅读全文
posted @ 2022-01-06 23:18 小鲨鱼2018 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 1、 root@DESKTOP-1N42TVH:/home/test# ls a.txt root@DESKTOP-1N42TVH:/home/test# cat a.txt i A Em F d q ddd M d e N ffff i A Em F d q ddd M d e N ffff ro 阅读全文
posted @ 2022-01-06 22:54 小鲨鱼2018 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 1、R实现 test <- c(20,50,40,60,80) ## 测试数据 coordinate <- vector() base <- 0 temp <- 0 for (i in 1:length(test)) { temp <- base + 0.5 * test[i] coordinate 阅读全文
posted @ 2022-01-06 11:51 小鲨鱼2018 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1、测试数据 root@DESKTOP-1N42TVH:/home/test# ls a.txt root@DESKTOP-1N42TVH:/home/test# cat a.txt d e u d m k j a d c x s k f root@DESKTOP-1N42TVH:/home/tes 阅读全文
posted @ 2022-01-05 23:48 小鲨鱼2018 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 1、测试数据 root@DESKTOP-1N42TVH:/home/test# ls a.txt root@DESKTOP-1N42TVH:/home/test# cat a.txt i A E F d q d M d e N f root@DESKTOP-1N42TVH:/home/test# c 阅读全文
posted @ 2022-01-05 23:45 小鲨鱼2018 阅读(667) 评论(0) 推荐(0) 编辑
摘要: 1、测试数据 root@DESKTOP-1N42TVH:/home/test# ls a.txt root@DESKTOP-1N42TVH:/home/test# cat a.txt d w g s d s dd d g r d gg d ge root@DESKTOP-1N42TVH:/home/ 阅读全文
posted @ 2022-01-05 23:34 小鲨鱼2018 阅读(1227) 评论(0) 推荐(0) 编辑
摘要: 1、测试数据 root@DESKTOP-1N42TVH:/home/test2# ls outcome.map root@DESKTOP-1N42TVH:/home/test2# cat -A outcome.map ## 末尾多出^M 1^Is64199.1^I0^I55910^M$ 1^IOAR 阅读全文
posted @ 2022-01-05 22:54 小鲨鱼2018 阅读(361) 评论(0) 推荐(0) 编辑
摘要: tr用来转换或者删除一段文字。 1、实现大小写转换 root@DESKTOP-1N42TVH:/home/test# ls a.txt root@DESKTOP-1N42TVH:/home/test# cat a.txt ## 测试数据 i A E F d q J M S e N f root@DE 阅读全文
posted @ 2022-01-05 12:31 小鲨鱼2018 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 1、 root@DESKTOP-1N42TVH:/home/test# ls test.txt root@DESKTOP-1N42TVH:/home/test# cat test.txt chr1 snp1 0 55910 chr1 snp2 0 85204 chr1 snp3 0 122948 c 阅读全文
posted @ 2022-01-04 15:01 小鲨鱼2018 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 1、sub、gsub root@DESKTOP-1N42TVH:/home/test# ls test.txt root@DESKTOP-1N42TVH:/home/test# cat test.txt ## 测试数据 a 3 3 s 1 j z c m q e i 3 4 k h f 3 root 阅读全文
posted @ 2022-01-03 21:42 小鲨鱼2018 阅读(195) 评论(0) 推荐(0) 编辑
上一页 1 ··· 224 225 226 227 228 229 230 231 232 ··· 367 下一页