Y
Hacker News
new
|
ask
|
show
|
jobs
by
0xfeeddeadbeef
1192 days ago
Heads-up: if current directory contains other directories, this will fail. You'll need to adjust the filter:
ls | where { -not $_.PSIsContainer -and $_.Length -gt 1mb } | sort LastWriteTime