HomeSort by: relevance | last modified time | path
    Searched refs:zgrep (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/gzip/
Makefile 10 MAN= gzip.1 gzexe.1 zdiff.1 zforce.1 zgrep.1 zmore.1 znew.1
24 SCRIPTS= gzexe zdiff zforce zgrep zmore znew
30 zgrep.1 zegrep.1 \
31 zgrep.1 zfgrep.1 \
38 ${BINDIR}/zgrep ${BINDIR}/zegrep \
39 ${BINDIR}/zgrep ${BINDIR}/zfgrep \
  /src/external/zlib/pigz/bin/pigz/
Makefile 29 MAN+= gzexe.1 zdiff.1 zforce.1 zgrep.1 zmore.1 znew.1
31 SCRIPTS= gzexe zdiff zforce zgrep zmore znew
38 zgrep.1 zegrep.1 \
39 zgrep.1 zfgrep.1 \
47 ${BINDIR}/zgrep ${BINDIR}/zegrep \
48 ${BINDIR}/zgrep ${BINDIR}/zfgrep \
  /src/external/bsd/zstd/dist/tests/gzip/
zgrep-f.sh 2 # Ensure that zgrep -f - works like grep -f -
28 zgrep -f - haystack.gz < n > out 2>&1 || fail=1
36 eval 'zgrep -h -f <(cat n) haystack.gz haystack.gz' >out || fail=1
41 echo a-b | zgrep -e - > /dev/null || fail=1
Makefile 19 all: test-zdiff test-zgrep-context test-zgrep-f test-zgrep-signal test-znew-k test-z-suffix
zgrep-context.sh 2 # Ensure that zgrep -15 works. Before gzip-1.5, it would fail.
44 zgrep -15 17 - < in.gz > out || fail=1
zgrep-signal.sh 2 # Check that zgrep is terminated gracefully by signal when
61 write_to_dangling_pipe zgrep a f.gz f.gz
  /src/usr.bin/grep/
Makefile 10 ${BINDIR}/grep ${BINDIR}/zgrep \
16 grep.1 zgrep.1 \
  /src/tests/usr.bin/grep/
t_grep.sh 300 atf_test_case zgrep
303 atf_set "descr" "Checks handling of gzipped files with zgrep"
310 atf_check -o file:"$(atf_get_srcdir)/d_zgrep.out" zgrep -h line d_input.gz
400 atf_add_test_case zgrep

Completed in 107 milliseconds