12

Solaris 11 には、Linux と同様に wget コマンドがあります。

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 に答える