Searched refs:zcat (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/man-16/man/src/
H A Dmwi18 zcat $i | col -bx | sed '1,/^NAME/d; /^[A-Z][A-Z]/q' | tail -1
H A Dman2dvi23 zcat $location | $groff
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Duntar36 *.tar.Z) ArchiveName=${file%%.tar.Z} zcat=zcat;;
37 *.tar.z) ArchiveName=${file%%.tar.z} zcat=pcat;;
38 *.tar.gz) ArchiveName=${file%%.tar.gz} zcat=gzcat;;
76 *.tar.Z|*.tar.z|*.tar.gz) $zcat $file | tar xvf -;;
H A Dpf99 set -- Z zcat z pcat gz gzcat
H A Dfman162 zcat $PageFile.Z | $NPAGER $POpt
/macosx-10.10/zsh-61/zsh/Functions/Example/
H A Dzless31 *.(gz|Z)) argv[i]="=(zcat \"$argv[i]\")";;
/macosx-10.10/man-16/man/man2html/scripts/cgi-bin/man/
H A Dman2html91 zcat "$PAGE" | "$MAN2HTML" "$LL" -D "$PAGE"
99 zcat "$PAGE".gz | "$MAN2HTML" "$LL" -D "$PAGE"
/macosx-10.10/bash-94.1.2/bash-3.2/examples/complete/
H A Dcomplete.ianmac26 complete -f -X '!*.+(Z|gz|tgz|Gz)' gunzip zcat zmore
27 complete -f -X '!*.Z' uncompress zmore zcat
H A Dcomplete-examples467 complete -f -X '!*.+(gz|tgz|Gz)' gunzip gzcat zcat zmore
468 complete -f -X '!*.Z' uncompress zmore zcat
/macosx-10.10/man-16/man/
H A Dconfigure1099 UNCOMPRESSORS="gunzip bzip2 pcat zcat fcat unyabba"
1121 zcat="$Fzcat"
1151 zcat)
1210 .Z) decompress=$zcat ;;
1293 s,@zcat@,$zcat,
/macosx-10.10/tcsh-65/tcsh/
H A Dcomplete.tcsh183 complete zcat n/*/f:*.Z/
185 # "zcat" may be linked to "compress" or "gzip"
186 if (-X zcat) then
187 zcat --version >& /dev/null
189 complete zcat n/*/f:*.Z/
191 complete zcat c/--/"(force help license quiet version)"/ \
/macosx-10.10/file_cmds-242/gzip/
H A Dgzip.c225 static bool zcat; variable
333 * handle being called `gunzip', `zcat' and `gzcat'
337 else if (strcmp(progname, "zcat") == 0 ||
342 if (strcmp(progname, "zcat") == 0) {
343 zcat = true;
1879 if (zcat && COMPAT_MODE("bin/zcat", "Unix2003")) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dlftp.vim37 \ wait zcat zmore
/macosx-10.10/vim-55/runtime/autoload/
H A Dtar.vim265 elseif fname =~ '\.gz$' && executable("zcat")
266 let decmp= "|zcat"
/macosx-10.10/zsh-61/zsh/Misc/
H A Dcompctl-examples216 compctl -/g '*.(gz|z|Z|t[agp]z|tarZ|tz)' gunzip gzcat zcat
/macosx-10.10/patch_cmds-17/diffstat/
H A Dconfigure3406 test -z "$ZCAT" && ZCAT=zcat
3407 for ac_prog in $ZCAT zcat

Completed in 2905 milliseconds