Hacker News new | ask | show | jobs
by metaltyphoon 46 days ago
Too much casing changes, IMO
1 comments

Sorry. Fixed it for you.

  dir | ? lastwritetime -lt (get-date).adddays(-21) | del
PowerShell is not case sensitive (but nushell and bash are).