upvote
nushell + 1. After ~20 years of bash+zsh, I'm translating all my scripts to nu.

Yesterday I noticed I still don't know how to write

  ls | where modified < ((date now) - 3wk) | each { |fn| rm $fn.name } 
in zsh after all years.
reply
Nushell, from their website, looks a lot like PowerShell's idea of a shell, but less verbose.
reply
Yup. Which is kinda funny, because back when I was a young dev using Windows I never liked nor understood PS.
reply
> when I was a young dev … never understood PowerShell

This makes me feel old.

reply