This commit is contained in:
Jonathan Turner 2019-07-14 17:09:07 +12:00
parent 720cc03649
commit 2f7f78094d

View File

@ -1,4 +1,4 @@
cd tests
cd dirtest
ls | where size > 1kb | get "file name" | trim | echo $it
ls | where size > 1kb | get name | trim | echo $it
exit