Skip to content

Instantly share code, notes, and snippets.

@greencm
Created July 1, 2013 17:36
Show Gist options
  • Save greencm/5902893 to your computer and use it in GitHub Desktop.
Save greencm/5902893 to your computer and use it in GitHub Desktop.
Use nfdump in parallel to look for specific ip address
find dirname -type f | parallel 'nfdump -r {} "host $ip"' | tee /tmp/out.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment