摘要:
curl 支持dict file ftp ftps gopher http https imap 1、实现代理 curl -x 129.3.3.3:8888 https://baidu.com 2、get 请求 curl -G https://baidu.com curl -X GET https: 阅读全文
posted @ 2021-11-10 19:43
Mitena
阅读(83)
评论(0)
推荐(0)
摘要:
程序运行环境输入与输出 标准输入0 read a;echo $a 标准输出1 echo cesh 错误输出 ls notr 管道重定向 管道与管道之间可以重定向 管道与文件之间可以重定向 用于写入 将错误的输出存进去 管道链接 管道连接符 | 可以链接多个程序 管道连接是以紫禁城的方式启动的 管道执 阅读全文
posted @ 2021-11-10 19:21
Mitena
阅读(591)
评论(0)
推荐(0)
摘要:
grep 基于正则表达式查找满足条件的行 1、内容检索 获取行 grep pattern file 获取内容 grep -o pattern file 获取上下文grep -A -B -C pattern file grep a file 查找包含a的行 grep -o "1$" file 获取包含 阅读全文
posted @ 2021-11-10 15:01
Mitena
阅读(140)
评论(0)
推荐(0)

浙公网安备 33010602011771号