linux下的命令及浏览器links使用教程
Linux有一款自带的文本互联网浏览器:links,可以浏览简单网页,及测试网络端口连通性。
links --help
ELinks 0.9.2 - Text WWW browser
Usage: elinks [OPTION]... [URL]
Options:
-anonymous [0|1] Restrict to anonymous mode
-auto-submit [0|1] Autosubmit first form
-base-session Clone session with given ID
-confdir Set config dir to given string
-conffile Configuration file name
-default-mime-type MIME type to assume for documents
-dump [0|1] Write formatted version of given URL to stdout
-dump-charset Codepage to use with -dump
-dump-width Width of document formatted with -dump
-eval Evaluate given configuration option
-force-html Assume the file is HTML
-, -h, -help Print usage help and exit
-long-help Print detailed usage help and exit
-config-help Print help for configuration options
-lookup Look up specified host
-no-connect [0|1] Run as separate instance
-no-home [0|1] Don't use files in ~/.elinks
-session-ring Connect to session ring with given ID
-source [0|1] Write the source of given URL to stdout
-stdin [0|1] Read document from stdin
-no-numbering [0|1] Do not number links in dump output
-touch-files [0|1] Touch files in ~/.elinks when running with -no-connect/-session-ring
-version Print version information and exit
使用举例:
links --dump
推荐阅读
-
Linux下的两个聊天命令的使用方法
-
Linux下ps命令详解 Linux下ps命令的详细使用方法
-
linux下tar命令遇到error:"Error exit delayed from previous errors"的问题及解决
-
linux top命令详解和使用实例及使用技巧(监控linux的系统状况)
-
linux下通过使用taskset命令来限制进程的CPU
-
linux系统下dd命令的使用方法
-
linux命令行下使用curl命令查看自己机器的外网ip
-
linux下安装oracle后使用命令行启动的方法 linux启动oracle
-
linux下pip的安装步骤及使用详解
-
linux top命令查看内存及多核CPU的使用讲述