nushell/tests/unit.txt

4 lines
82 B
Text
Raw Normal View History

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