Home Explore Blog CI



nushell

3rd chunk of `blog/2019-08-23-introducing-nushell.md`
dbc741fd31d3336caabc8f1089832b85a451026c77909cb70000000100000112


Or we could choose to sort it by a column, or only show directories, or more. That by itself is fun but perhaps not compelling enough.


Title: More Data Manipulation Examples in Nushell
Summary
Building upon the idea of treating everything as data, Nushell allows users to sort, filter, and display specific data from commands like 'ls'. The example shows how to find files larger than 10kb. It also gives another example using 'ps', filtering for processes with CPU usage greater than 10.