windows power shell equivalent of sort -u

Viewed 33

Is there a windows power shell equivalent to sort -u*?

> findstr /n "component" .\relevant.json | Measure-Object -line # | sort -u ?

*removing duplicate lines from search results

0 Answers
Related