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

nushell is like most POSIX shell - terse.

   ls | where type == file



The equivalent Powershell for that is..

    ls -file




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

Search: