How to join multiple files in Linux
If we want to merge file1, file2 and file3, then we run the command below:
cat file1 file2 file3 > file4
Billing Shared CP Support Center |
Billing Reseller CP Support Center |
Billing Shared and Reseller CP Support Center |
Plesk Linux, Windows, Domains |
Virtuozzo VPS Support Center |
Hyper-V VPS Support Center |
Hyper-V VPS Support Center |
![]() |
Customers |
![]() |
Resellers |
If we want to merge file1, file2 and file3, then we run the command below:
cat file1 file2 file3 > file4
No comments