Created
May 13, 2020 21:15
-
-
Save tychio/3962ae225aa0ae1e8db390c20a77c428 to your computer and use it in GitHub Desktop.
Search some string in one line minimized file
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
grep -oE ".{0,20}mysearchstring.{0,20}" myfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment