You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
608 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

elinks
===
纯文本界面的WWW浏览器
## 说明
**elinks命令** 能实现一个纯文本界面的WWW浏览器操作方式与“lynx”类似
## 选项
```
elinks(选项)(参数)
```
```
-anonymous是否使用匿名帐号方式
-auto-submit对于偶然遇到的第一个表单是否自动提交
-config-dir指定elinks指令运行时读取和写入自身的配置和运行状态的存放目录
-dump将HTML文档以纯文本的方式打印到标准输出设备
-version显示指令的版本信息
-h显示帮助信息
```
### 参数
URL指定要访问的URL地址