Hacker News new | past | comments | ask | show | jobs | submit login

There are shells out there that sit between PowerShell / Nu and the old guards like Bash / Zsh.

Ones that support data structures out-of-the-box (like any et al) but also work perfectly fine with existing UNIX commands (like Bash).







PowerShell seems to work fine calling a nix executable, unless I'm missing something:

> ls -t *.js | head -n 10 | foreach { echo $_ ; Get-ChildItem $_ | fl Name, Length } product_original.js

Name : product_original.js Length : 3353

gulpfile.js

Name : gulpfile.js Length : 382




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: