All commands bellow give me the same output.
lms ls --json
lms ls --json >> `tty`
lms ls --json > /tmp/models.txt
cat /tmp/models.txt
Using wc /tmp/models.txt I know that the model list has 65889 characters.
But when I pipe the output, only the first 65536 characters are supplied.
lms ls --json | cat
And using lms ls --json | wc the result is 65536 characters.
To reproduce the problem you need to have a lot of models like the list attached.
models.txt
All commands bellow give me the same output.
Using
wc /tmp/models.txtI know that the model list has 65889 characters.But when I pipe the output, only the first 65536 characters are supplied.
lms ls --json | catAnd using
lms ls --json | wcthe result is 65536 characters.To reproduce the problem you need to have a lot of models like the list attached.
models.txt