mirror of
https://github.com/nushell/nushell.git
synced 2025-01-22 14:18: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 |