Searched refs:cattool (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.bin/grep/
H A Dzgrep.sh51 cattool="/usr/bin/zstdcat"
55 cattool="/usr/bin/bzcat"
58 cattool="/usr/bin/zcat"
61 cattool="/usr/bin/xzcat"
64 cattool="/usr/bin/lzcat"
165 ${cattool} ${catargs} - | ${grep} ${grep_args} -- "${pattern}" -
167 ${cattool} ${catargs} - | ${grep} ${grep_args} -- -
179 ${cattool} ${catargs} -- "${file}" |
182 ${cattool} ${catargs} -- "${file}" |
/freebsd-13-stable/usr.bin/man/
H A Dman.sh286 line=$($cattool $manpage | head -1)
320 decho "Command: $cattool $catpage | $MANPAGER"
323 eval "$cattool $catpage | $MANPAGER"
348 if ! eval "$cattool $manpage | $testline" ;then
361 decho "Command: $cattool $manpage | $pipeline"
364 eval "$cattool $manpage | $pipeline"
453 decho "Command: $cattool $manpage | $pipeline"
456 eval "$cattool $manpage | $pipeline"
892 *.bz) cattool='/usr/bin/bzcat' ;;
893 *.bz2) cattool
[all...]

Completed in 110 milliseconds