mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 10:55:42 +02:00
Fix test
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user