Download Solaris 10是否有wget命令

Download Solaris 10是否有wget命令,download,wget,solaris-10,Download,Wget,Solaris 10,Solaris 11具有wget命令,与Linux类似 Solaris 10是否有wget或类似wget的命令?Solaris 10中的wget命令有些隐藏 你可以在这里找到它 /usr/sfw/bin/wget 这是在s10u10上检查的,我的Solaris系统已经安装了它,但我不控制我们用来安装它的映像。我看到: $ which wget /usr/sfw/bin

Solaris 11具有wget命令,与Linux类似


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

Solaris 10中的wget命令有些隐藏

你可以在这里找到它

/usr/sfw/bin/wget


这是在s10u10上检查的,我的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)

我想如果你做了
ln-s/usr/sfw/bin/wget/usr/bin/wget
那就容易多了——然后只需写到终端
wget…