1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-10 12:06:51 +02:00
This commit is contained in:
Jonathan Turner 2019-07-14 17:09:07 +12:00
parent 720cc03649
commit 2f7f78094d

@ -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