Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
To combine two files to one file
Name: kelongtan Date: November 4, 2005 at 18:46:46 Pacific OS: HP-UX 11.0 version CPU/Ram: ***
Comment:
Hi ,
I wish to know how to combine two files to one file using unix command.
I had two files aaa and bbb aaa files: 02 02 02 02 02 02 and bbb files : 5646 5646 5646 5646 5646 5646
I need to put it to : 02 5646 02 5646 02 5646 02 5646 02 5646 02 5646
Summary: can someone help me. i want to combine two files together in awk (i have sh). Example: File1.txt 12345 10 12342 53221 3 File2.txt 53221 6 12345 8 12342 5 57852 10 basically the program matches the fir...
Summary: UnixNewbie: I'm not certain what you're asking. Are you asking to output the "contents" of two separate files on one line? If so, this will do it: cat myfile1 myfile2|xargs Regards, Nails ...
Summary: Hi all, I've been wondering if there is a way using nawk somehow to combine columns from 2 different files based on a 'primary key' of some kind. I've two files, eg -- First one similar to: 95 769062...