Skip to content

Instantly share code, notes, and snippets.

@tychio
Created May 13, 2020 21:15
Show Gist options
  • Save tychio/3962ae225aa0ae1e8db390c20a77c428 to your computer and use it in GitHub Desktop.
Save tychio/3962ae225aa0ae1e8db390c20a77c428 to your computer and use it in GitHub Desktop.
Search some string in one line minimized file
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