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
732 B

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