[guide] User memory mapping when grepping.

This commit is contained in:
Yury Melnichek 2012-05-29 07:02:39 +02:00 committed by Alex Zolotarev
parent d884b7280f
commit 2f4ef343b4

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -e -u -x
grep --ignore-case --only-matching --no-filename '<img[^/]*src=\"[^">]*"' -r --include=*.opt . \
grep --ignore-case --only-matching --no-filename --mmap '<img[^/]*src=\"[^">]*"' -r --include=*.opt . \
| sed 's/<img.*src="//g' \
| sed 's/"$//g' \
| sort -u \