Skip to content

Instantly share code, notes, and snippets.

@khushalbokadey
Created December 7, 2016 10:42
Show Gist options
  • Save khushalbokadey/0c5a764aeda0fa3d50fe67827587df58 to your computer and use it in GitHub Desktop.
Save khushalbokadey/0c5a764aeda0fa3d50fe67827587df58 to your computer and use it in GitHub Desktop.
bash examples
## Get lines with image size greater than > 653x350
egrep -o '(6[5-9][0-9]|[7-9][0-9][0-9]|[0-9]{4})x(3[5-9][0-9]|[4-9][0-9][0-9]|[0-9]{4})' images-in-new-line | sort | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment