I am running a command like this: command > output.txt but my output.txt is having "...43 more items" written on it because the command prints too many things, it is like:
{
this is a text
text again
[more text,
more text
...43 more items
],
text again
}
Any help on how to make output.txt save all the lines without shrinking it with the "...43 more items" is very appreciated!
Thank you :)
EDIT: My command is this one force:mdapi:describemetadata (source: here)