/home/jonathan/Source/nushell(master)> ls | where size > 10kb
# | name | type | readonly | size | accessed | modified
0 | README.md | File |
1| Cargo.lock | File |
12.2 KB | 33 minutes ago | 33 minutes ago
201.3 KB | 2 hours ago | 2 hours ago
Explanation
This image shows a terminal output of a shell called 'nushell'. The user is listing files in the directory '/home/jonathan/Source/nushell' that are larger than 10kb. The output includes the file name, type, size, last accessed time, and last modified time for each file.