Hacker News new | ask | show | jobs
by Ygg2 1327 days ago
nushell is like most POSIX shell - terse.

   ls | where type == file
1 comments

The equivalent Powershell for that is..

    ls -file