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.