Home Explore Blog CI



505163217a3a6600db35a25a0577e59fe87b0b680798adab000000020000aeed.png

Extracted Text
/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.