/home/jonathan/Source/nushell(master)> ls | get sizze
error: Unknown column
- shell:1:9
1 | ls | get sizze
| ^^^^^ table missing column
Explanation
The image shows an error message in a shell environment. The error message indicates that an 'Unknown column' was encountered while trying to execute the command 'ls | get sizze'. The error is occurring at shell line 1, character 9, and the specific problem is that a 'table missing column' was encountered, with 'sizze' underlined.