14 lines
226 B
Perl
14 lines
226 B
Perl
Setup:
|
|
|
|
$ . $TESTDIR/setup.sh
|
|
$ cp $TESTDIR/is_binary.pdf .
|
|
|
|
PDF files are binary. Do not search them by default:
|
|
|
|
$ ag PDF
|
|
[1]
|
|
|
|
OK, search binary files
|
|
|
|
$ ag --search-binary PDF
|
|
Binary file is_binary.pdf matches.
|