wget 常用用法

  1. wget -P /path/to/dir --no-check-certificate https://www.openssl.org/source/openssl-1.1.1a.tar.gz            -P --directory-prefix=PREFIX
    以server端文件名保存文件于指定目录下
  2. wget -O - -q URL   可实现访问URL,如果无curl命令的话

      
posted @ 2020-06-12 19:52  ascertain  阅读(181)  评论(0编辑  收藏  举报