mirror of
https://github.com/nushell/nushell.git
synced 2025-02-02 11:39:55 +01:00
4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
|
cd tests
|
||
|
cd dirtest
|
||
|
ls | where size > 1kb | get "file name" | trim | echo $it
|
||
|
exit
|