nushell/tests/unit.txt

4 lines
75 B
Text
Raw Normal View History

2019-06-24 07:59:23 +00:00
cd tests
cd dirtest
2019-07-14 05:09:07 +00:00
ls | where size > 1kb | get name | trim | echo $it
2019-06-24 07:59:23 +00:00
exit