Y
Hacker News
new
|
ask
|
show
|
jobs
by
Ygg2
1327 days ago
nushell is like most POSIX shell - terse.
ls | where type == file
1 comments
alkonaut
1326 days ago
The equivalent Powershell for that is..
ls -file
link