Y
Hacker News
new
|
ask
|
show
|
jobs
by
erk__
3278 days ago
Yeah PowerShell is not case sensitive, and it also have a lot of unix-like aliases you can use, Another way to write the command of post is:
dir | sort LastWriteTime | select -first 1
It gives the same output.