Explore
Connect
Documentation
Snippets
Log in
Sign up
1
2
3
4
# Many aliases are used below for brevity
dir -s * | group extension | Sort-Object count |
where
count -gt
1
|
select count, name | ConvertTo-Json
Enter to Rename, Shift+Enter to Preview
Run