Skip to content

Instantly share code, notes, and snippets.

@atilaromero
Created August 14, 2019 18:33
Show Gist options
  • Save atilaromero/1f678e8454364bbe723840fed6a5a5d6 to your computer and use it in GitHub Desktop.
Save atilaromero/1f678e8454364bbe723840fed6a5a5d6 to your computer and use it in GitHub Desktop.
stdbuf -i0 -o0 -e0 cat image.dd | tr '\000' '\n' | parallel --pipe --block 1G --recend '' grep -Fabf keywords.txt --label={#} -H | tee results.srch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment