/home/jonathan/Source/nushell(release_0_3_0)> ls | where siz > 10kb
error: Unknown column
- shell:1:11
1| ls | where siz > 10kb
| ^^^ did you mean 'size'?
Explanation
The image shows a screenshot of a terminal session in nushell. The user is attempting to use the 'where' command to filter the output of 'ls' based on a column named 'siz'. However, the system reports an error: 'Unknown column'. Nushell suggests the user meant 'size' as the correct column name.