12

Solaris 11 有 wget 命令,就像 Linux 的一样。

Solaris 10 是否有类似 wget 或 wget 的命令?

4

2 回答 2

41

Solaris 10 中的 wget 命令有些隐蔽。

你可以在这里找到它

/usr/sfw/bin/wget

这是在 s10u10 上检查的

于 2013-01-29T13:56:32.450 回答
2

我的 Solaris 系统已安装它,但我不控制我们用来安装它的映像。我看到这个:

$ which wget                                                                 
/usr/sfw/bin/wget

$ wget --version                                                             
GNU Wget 1.12 built on solaris2.10.

$ pkginfo -l SUNWwgetr                                                       
   PKGINST:  SUNWwgetr
      NAME:  GNU wget - utility to retrieve files from the World Wide Web (root)
  CATEGORY:  system
      ARCH:  i386
   VERSION:  11.10.0,REV=2005.01.08.01.09
   BASEDIR:  /
    VENDOR:  Sun Microsystems, Inc.
      DESC:  GNU wget - a utility to retrieve files from the World Wide Web (root components) 1.12
    PSTAMP:  sfw10-patch-x20100616081054
  INSTDATE:  Dec 13 2012 23:00
   HOTLINE:  Please contact your local service provider
    STATUS:  completely installed
     FILES:        2 installed pathnames
                   1 shared pathnames
                   1 directories
                   1 executables
                   9 blocks used (approx)
于 2013-01-29T14:00:26.353 回答