mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:45:45 +02:00
Fix test
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
cd tests
|
cd tests
|
||||||
cd dirtest
|
cd dirtest
|
||||||
ls | where size > 1kb | get "file name" | trim | echo $it
|
ls | where size > 1kb | get name | trim | echo $it
|
||||||
exit
|
exit
|
Reference in New Issue
Block a user