The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 12-10-2008
Franklin52 Franklin52 is offline Forum Staff  
Moderator
  
 

Join Date: Feb 2007
Posts: 4,334
Quote:
Originally Posted by panchpan View Post
Hello.
Could you please help to know the command to merge multiple text files into one?
I am thinking to use:

cat f1.txt f2.txt f3.txt > f4.txt

Is it okay to use cat command for same purpose - Or could there be any disadvantage in using it?

Thank you
No problem, that's what cat is for.

Regards