Path : /var/lib/named/var/lib/named/proc/self/root/usr/share/zsh/4.3.10/functions/ |
Current File : //var/lib/named/var/lib/named/proc/self/root/usr/share/zsh/4.3.10/functions/_zcat |
#compdef zcat if _pick_variant gnu=GNU unix --license; then _gzip "$@" else _compress "$@" fi