上一页 1 ··· 212 213 214 215 216 217 218 219 220 ··· 403 下一页
摘要: 1、临时创建 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt j k e s f g x v b root@PC1:/home/test2# alias 'cat=cat -A' ## 创建命令别名 root@PC1:/h 阅读全文
posted @ 2022-06-18 12:56 小鲨鱼2018 阅读(197) 评论(0) 推荐(0)
摘要: 1、提取 包含s的列 dir() dat <- read.table("a.txt") dat ## 测试数据 idx <- dat[1,] == "s" idx for (i in 2:nrow(dat)) { temp <- dat[i,] == "s" idx <- idx | temp ## 阅读全文
posted @ 2022-06-16 10:00 小鲨鱼2018 阅读(536) 评论(0) 推荐(0)
摘要: 001、测试数据 root@PC1:/home/test# ls a.txt root@PC1:/home/test# cat a.txt 1 2 3 4 5 6 7 8 9 e f s f g u d f x a d s g s c s e s z c b e g c s d f 002、提取包含 阅读全文
posted @ 2022-06-16 09:45 小鲨鱼2018 阅读(1270) 评论(0) 推荐(0)
摘要: 1、 dat <- matrix(c(3, 7, 1, 2, 4, 9, 8, 5, 0, 15, 22, 77, 11, 44, 33, 88), nrow = 4) dat lines <- nrow(dat) * (nrow(dat) - 1)/2 + nrow(dat) lines res 阅读全文
posted @ 2022-06-15 21:09 小鲨鱼2018 阅读(225) 评论(0) 推荐(0)
摘要: 1、系统信息 root@ubuntu2204test01:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Coden 阅读全文
posted @ 2022-06-15 09:48 小鲨鱼2018 阅读(2683) 评论(0) 推荐(0)
摘要: 1、系统信息 root@ubuntu2204test01:/home# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 C 阅读全文
posted @ 2022-06-14 10:54 小鲨鱼2018 阅读(1032) 评论(0) 推荐(0)
摘要: 1、系统信息 root@ubuntu2204test01:/home# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 C 阅读全文
posted @ 2022-06-14 10:37 小鲨鱼2018 阅读(534) 评论(0) 推荐(0)
摘要: 1、系统信息 root@ubuntu2204test01:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Coden 阅读全文
posted @ 2022-06-14 10:29 小鲨鱼2018 阅读(23210) 评论(0) 推荐(0)
摘要: 001、问题 root@PC1:/home/software# gdebi rstudio-server-2022.02.3-492-amd64.deb Reading package lists... Done Building dependency tree... Done Reading st 阅读全文
posted @ 2022-06-13 15:31 小鲨鱼2018 阅读(1279) 评论(0) 推荐(0)
摘要: 1、 root@PC1:/home/test# ls a.txt root@PC1:/home/test# cat a.txt | tee xx.txt ## 输出屏幕的结果 保存至xx.txt dd ff ii xx jj ee xx vv mm root@PC1:/home/test# ls a 阅读全文
posted @ 2022-06-13 12:07 小鲨鱼2018 阅读(1029) 评论(0) 推荐(0)
上一页 1 ··· 212 213 214 215 216 217 218 219 220 ··· 403 下一页