Created
December 7, 2016 10:42
-
-
Save khushalbokadey/0c5a764aeda0fa3d50fe67827587df58 to your computer and use it in GitHub Desktop.
bash examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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