Rough powershell equivalent of ‘grep -c’ (I think)
select-string user c:\matt\QuickReference*.md | group-object filename | select count, name
Rough powershell equivalent of ‘grep -c’ (I think)
select-string user c:\matt\QuickReference*.md | group-object filename | select count, name