Nushell.sh ls | where size > 10mb | sort-by modified
1–10 of 215 posts
Re: Nushell.sh ls | where size > 10mb | sort-by modified
#2This has been on HN previously but it's a couple of years later and pleased to see it's still a very active project https://www.nushell.sh/blog/ with good documentation: https://www.nushell.sh/cookbook/
Re: Nushell.sh ls | where size > 10mb | sort-by modified
#3> Nu has great error messages
The example is actually terrible though. It implies that changing the 10 to a string will make division a valid operation.
It’s also incredibly verbose.
Re: Nushell.sh ls | where size > 10mb | sort-by modified
#4What is the advantage over powershell?
Re: Nushell.sh ls | where size > 10mb | sort-by modified
#5What's the advantage of this over PowerShell?
Re: Nushell.sh ls | where size > 10mb | sort-by modified
#6So, '>' isn't for redirection anymore. How does one do that?
open foo.txt | append "world"| save --raw foo.txt
Oh.Re: Nushell.sh ls | where size > 10mb | sort-by modified
#7What's the advantage of this over PowerShell?
This is written in Rust
/s
Re: Nushell.sh ls | where size > 10mb | sort-by modified
#8[deleted]
Re: Nushell.sh ls | where size > 10mb | sort-by modified
#9What's the advantage of this over PowerShell?
- Better errors
- Native support for JSON, etc (no more ConvertFrom-* ConvertTo-*)
- Less verbose
- Different visualisation