There is a very useful post to find and overcome the line length limitations. As written there are two solutions:
- using the find or xargs command
- using a loop
For instance I have >10000 files to concatenate and I cannot use
|
|
Instead I can use
|
|
There is a very useful post to find and overcome the line length limitations. As written there are two solutions:
For instance I have >10000 files to concatenate and I cannot use
|
|
Instead I can use
|
|