nushell/tests/unit.txt
Jonathan Turner 2f7f78094d Fix test
2019-07-14 17:09:07 +12:00

4 lines
75 B
Plaintext

cd tests
cd dirtest
ls | where size > 1kb | get name | trim | echo $it
exit