PowerShell

Sort-Object

SafeSort objects

... | Sort-Object <prop> -Descending

Sorts by property — by size, by date. -Unique dedupes in the same pass.

Examples

  • gci C:\logs | sort LastWriteTime -desc | select -First 1010 most recent files

Syntax

<cmd> | Sort-Object <prop> [-Descending] [-Unique]

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