mirror of
https://github.com/nushell/nushell
synced 2025-01-15 06:34:15 +00:00
4 lines
82 B
Text
4 lines
82 B
Text
|
cd tests
|
||
|
cd dirtest
|
||
|
ls | where size > 1kb | get "file name" | trim | echo $it
|
||
|
exit
|