PowerShell

Select-String

SafeSearch text (PS)

Select-String -Path *.log -Pattern 'error'

Searches files with a regex (the grep equivalent).

Examples

  • Select-String -Path *.log -Pattern 'error' -CaseSensitive:$falseFind 'error' in logs

Syntax

Select-String -Path <glob> -Pattern <regex>

Before you run it

Read-only.

Related commands

The same reference, with no signal at all

Every command and flow from this site, held on your device and searchable with no connection. Free to install, no ads.

Get it free on the App Store