This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
zsh
Watch
1
Star
0
Fork
0
You've already forked zsh
mirror of
git://git.code.sf.net/p/zsh/code
synced
2024-11-20 05:53:52 +01:00
Code
01e67ec323
zsh
/
Completion
/
Unix
/
Command
/
_zcat
8 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
moved from Completion/User/_zcat
2001-04-02 14:07:09 +02:00
#compdef zcat
16842: resolve name clash for nc between netcat and the nedit client for completion and add _pick_variant to resolve program variants in general
2002-03-15 17:26:08 +01:00
if _pick_variant gnu=GNU unix --license; then
moved from Completion/User/_zcat
2001-04-02 14:07:09 +02:00
_gzip "$@"
else
_compress "$@"
fi
Copy Permalink