forked from extern/nushell
4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
cd tests
|
|
cd dirtest
|
|
ls | where size > 1kb | get "file name" | trim | echo $it
|
|
exit |