Hacker News new | ask | show | jobs
by jamincan 1331 days ago
Not having used nushell, is that what it is like?
1 comments

nushell is like most POSIX shell - terse.

   ls | where type == file
The equivalent Powershell for that is..

    ls -file