Skip to content

Instantly share code, notes, and snippets.

@leonlaser
Last active March 21, 2019 14:27
Show Gist options
  • Save leonlaser/9b586a4ba079928cdbc8f35980af9460 to your computer and use it in GitHub Desktop.
Save leonlaser/9b586a4ba079928cdbc8f35980af9460 to your computer and use it in GitHub Desktop.
[Search file/log with grep/regex and count occurrences] #regex #grep #file #logfile
#!/bin/bash
grep "$regex" -o $file | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment