1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| [root@Centos8 lx]# pwd /opt/lx [root@Centos8 lx]# wget https://golang.google.cn/dl/go1.19.1.linux-amd64.tar.gz --2022-09-20 16:44:52-- https://golang.google.cn/dl/go1.19.1.linux-amd64.tar.gz 正在解析主机 golang.google.cn (golang.google.cn)... 220.181.174.226 正在连接 golang.google.cn (golang.google.cn)|220.181.174.226|:443... 已连接。 已发出 HTTP 请求,正在等待回应... 302 Found 位置:https://dl.google.com/go/go1.19.1.linux-amd64.tar.gz [跟随至新的 URL] --2022-09-20 16:44:52-- https://dl.google.com/go/go1.19.1.linux-amd64.tar.gz 正在解析主机 dl.google.com (dl.google.com)... 220.181.174.33 正在连接 dl.google.com (dl.google.com)|220.181.174.33|:443... 已连接。 已发出 HTTP 请求,正在等待回应... 200 OK 长度:148820241 (142M) [application/x-gzip] 正在保存至: “go1.19.1.linux-amd64.tar.gz”
go1.19.1.linux-amd64. 100%[========================>] 141.93M 11.7MB/s 用时 11s
2022-09-20 16:45:04 (12.6 MB/s) - 已保存 “go1.19.1.linux-amd64.tar.gz” [148820241/148820241])
[root@Centos8 lx]# ls go1.19.1.linux-amd64.tar.gz lineuse linkbench yet-another-bench-script
|