unix - how to deal with too many args for cat
Posted
by hatorade
on Stack Overflow
See other posts from Stack Overflow
or by hatorade
Published on 2010-04-30T20:09:34Z
Indexed on
2010/04/30
20:17 UTC
Read the original article
Hit count: 347
I have a bunch of files in a directory, each with one line of text. I want to cat all of these files together (all the one liners) into a single, large file. However, when I use cat
there are too many arguments. How can I get around this?
© Stack Overflow or respective owner