mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
Fix test
This commit is contained in:
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
|
Loading…
Reference in New Issue
Block a user