mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
4 lines
No EOL
75 B
Text
4 lines
No EOL
75 B
Text
cd tests
|
|
cd dirtest
|
|
ls | where size > 1kb | get name | trim | echo $it
|
|
exit |