• Skip to primary navigation
  • Skip to content
  • Skip to footer
Ben Francom's Blog
  • Posts
  • Tags
  • About

    Powershell grep

    less than 1 minute read

    Just need this little Powershell snippet for later:

    get-childitem . -rec -include *.log | select-string -pattern "ERROR" -casesensitive

    Updated: January 3, 2017

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    Naming Confusion

    less than 1 minute read

    If you’ve been in tech for more than a few minutes, you’ll note that naming things is always a challenge. Some that I’ve come across are:

    AWS OpenSearch Serverless

    less than 1 minute read

    Whelp, unbeknownst to me and just prior to my last post, AWS announced that OpenSearch Serverless is now generally available.

    Rightsizing AWS OpenSearch

    less than 1 minute read

    Rightsizing AWS OpenSearch. This was a recent task of mine that came up to help one of our engineering teams. The problem with rightsizing effectively is tha...

    Everybody Standup

    less than 1 minute read

    As a cloud architect, my position and responsibilites sometimes be ambiguous, so I need to gather research and information to assist in determining our strat...

    • GitHub
    • Feed
    © 2023 Ben Francom's Blog. Powered by Jekyll & Minimal Mistakes.