> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/linux/ming-ling/elinks.md).

# elinks

纯文本界面的WWW浏览器

## 补充说明

**elinks命令** 能实现一个纯文本界面的WWW浏览器，操作方式与“lynx”类似。

### 语法

```
elinks(选项)(参数)
```

### 选项

```
-anonymous：是否使用匿名帐号方式；
-auto-submit：对于偶然遇到的第一个表单是否自动提交；
-config-dir：指定elinks指令运行时读取和写入自身的配置和运行状态的存放目录；
-dump：将HTML文档以纯文本的方式打印到标准输出设备；
-version：显示指令的版本信息；
-h：显示帮助信息。
```

### 参数

URL：指定要访问的URL地址。
