mirror of
https://github.com/nushell/nushell.git
synced 2025-02-17 02:50:56 +01:00
4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
cd tests
|
|
cd dirtest
|
|
ls | where size > 1kb | get name | trim | echo $it
|
|
exit |