forked from organicmaps/organicmaps
[guide] User memory mapping when grepping.
This commit is contained in:
parent
d884b7280f
commit
2f4ef343b4
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue