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.
newbie to unix
Name: pradeep desh Date: February 10, 2005 at 00:45:13 Pacific OS: sun os 5.8 CPU/Ram: 256 MB
Name: frank dolivka Date: February 10, 2005 at 07:39:35 Pacific
Reply:
cat file1 file2 > file.new or cat file2 >> file1
cheers Frank
Regards Frank Dolivka No Risk No Fun
0
Response Number 2
Name: Jim Boothe Date: February 10, 2005 at 07:58:15 Pacific
Reply:
That would append two files, but Pradeep wants to logically merge files.
See the man page for merge (man merge):
merge combines two files that are revisions of a single original file.
An overlap occurs if both file1 and file3 have changes in the same place. merge prints how many overlaps occurred, and includes both alternatives in the result.
Summary: Hi - Newbie here. Can gain access from unix box to the internet but however cannot telnet to unix box from windows client or telnet within unix box itself, i.e. localhost or 127.0.0.1. I would get c...
Summary: Hi, I want to install Solaris on my computer,can i install solaris on my intel machine. Does is support intel machines.Where can i get the installation file for this. which processor is required to r...
Summary: I am new to Unix and I am trying to write a Bourne shell script. I have 2 questions: 1. One of the command line parms for the script needs to be converted to upper case within the script, how do I do ...