nushell/tests/unit.txt

4 lines
82 B
Plaintext
Raw Normal View History

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