D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
zsh
/
5.0.2
/
functions
/
Filename :
_pkg_instance
back
Copy
#autoload local -A opts local whicharg zparseopts -E -D -- '-_opts:=opts' whicharg=${opts#*:} case ${opts%:*} in (installed) compadd "$@" - ${opt_args[$whicharg]}/var/sadm/pkg/*/pkginfo(:h:t) ;; (spooled) compadd "$@" - ${opt_args[$whicharg]}/*(:t) ;; (uninstalled) compadd "$@" - ${opt_args[$whicharg]:-/var/spool/pkg}/*/pkgmap(:h:t) ;; esac