Skip to content

Instantly share code, notes, and snippets.

@fzrhrs
Created January 24, 2018 11:31
Show Gist options
  • Save fzrhrs/aae5ffb4e10c9581595559bfc9677854 to your computer and use it in GitHub Desktop.
Save fzrhrs/aae5ffb4e10c9581595559bfc9677854 to your computer and use it in GitHub Desktop.
Cheatsheet

grep something from text file: grep "phrase-here" production.log; tail -f production.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment