Re: merge the difference of two files
- From: Unruh <unruh-spam@xxxxxxxxxxxxxx>
- Date: Mon, 07 Apr 2008 21:51:18 GMT
av <amsa.varthini@xxxxxxxxx> writes:
hi
how can i merge the difference of file1 file2 into the file3 in ubuntu
linux.
No idea what this means. What does "merge the difference" mean.
cat file1 file2>file3
merges file1 and file2 into file3.
diff file1 file2 shows which lines of file1 and file2 differ from each
other.
amsa..
- References:
- merge the difference of two files
- From: av
- merge the difference of two files
- Prev by Date: Re: OS-X vs Ubuntu
- Next by Date: Re: OS-X vs Ubuntu
- Previous by thread: Re: merge the difference of two files
- Next by thread: Re: merge the difference of two files
- Index(es):