Skip to content

Instantly share code, notes, and snippets.

@dariusz-wozniak
Last active January 29, 2019 18:56
Show Gist options
  • Save dariusz-wozniak/4e3b7e3342dbba4642bf53527eadc706 to your computer and use it in GitHub Desktop.
Save dariusz-wozniak/4e3b7e3342dbba4642bf53527eadc706 to your computer and use it in GitHub Desktop.
PowerShell grep-like
Get-ChildItem *.md -Recurse | sls "path" | Format-table
Get-ChildItem *.md -Recurse | sls "path:" | select -unique "line" | sort-object "line"
Get-ChildItem *.md -Recurse | sls "path" | select -unique "line"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment