Skip to content

Instantly share code, notes, and snippets.

@DanaCase
Created June 6, 2019 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanaCase/d80587dbb559a7852819dd89826b456b to your computer and use it in GitHub Desktop.
Save DanaCase/d80587dbb559a7852819dd89826b456b to your computer and use it in GitHub Desktop.
Perl one liners I use
# grabbed reported MB from a log file
perl -nE'/((\d+)\ MB)$/&&say$2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment