Hi,
I have 2 files each having more than 512 characters per line( say around 1000 characters ). My requirement is to paste these two files and create a 3rd file..
the command I used was
paste file1.txt file2.txt > file3.txt
This gave me an error telling
paste: line too long
I did the same in SunOS 5.8
Is there any other alternate way of doing this
Looking forward for
I have 2 files each having more than 512 characters per line( say around 1000 characters ). My requirement is to paste these two files and create a 3rd file..
the command I used was
paste file1.txt file2.txt > file3.txt
This gave me an error telling
paste: line too long
I did the same in SunOS 5.8
Is there any other alternate way of doing this
Looking forward for