Computing.Net > Forums > Unix > To combine two files to one file

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

Reply to Message Icon

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

Thanks.



Sponsored Link
Ads by Google

Response Number 1
Name: Dlonra
Date: November 6, 2005 at 07:49:11 Pacific
Reply:

man paste



0

Response Number 2
Name: zilla
Date: November 15, 2005 at 14:07:02 Pacific
Reply:

Hey man, man perl or sed|awk and paste

video rapezilla-master


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: To combine two files to one file

awk two files together www.computing.net/answers/unix/awk-two-files-together/8324.html

Listing two files as one long list www.computing.net/answers/unix/listing-two-files-as-one-long-list/6062.html

nawk combining multiple files www.computing.net/answers/unix/nawk-combining-multiple-files/5100.html