File: grep

package info (click to toggle)
bzip2 1.0.8-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 3,740 kB
  • sloc: ansic: 7,771; xml: 7,222; sh: 655; makefile: 420; perl: 39
file content (6 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
set -C -e -f -u
cd "$AUTOPKGTEST_TMP"
echo Hello > hello
bzip2 -c hello > hello.bz2
bzgrep ell hello.bz2