forked from extern/nushell
4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
cd tests
|
|
cd dirtest
|
|
ls | where size > 1kb | get name | trim | echo $it
|
|
exit |