Linux: Merging multiple files, each on a new line
        Posted  
        
            by Marco
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Marco
        
        
        
        Published on 2010-04-05T02:47:34Z
        Indexed on 
            2010/04/05
            2:53 UTC
        
        
        Read the original article
        Hit count: 458
        
I am using cat *.txt to merge multiple txt files into one, but I need each file to be on a separate line.
What is the best way to merge files with each file appearing on a new line?
© Stack Overflow or respective owner