I tried to open a lot of files (10,000+) with cat
and them merging them into one like this:
cat * > ~/Desktop/lol.xml
But it returned this error:
-bash: /bin/cat: Argument list too long
This means that its too long/large, what other way could I do this?