Is it possible to merge files using dd command? I'm exploring GlusterFS,some where I read , large files are split using "Split translator"..and could be merged
again using dd command.
So my question is : how to merge it?
I tried this Quote:
#cat file1
This is file 1
#cat file2
This is file 2
#dd if=file1 of=file3
#dd if=file2 of=file3
| But clearly dd command overwrite the content from file1 ,with file2 contents and creates file3.
__________________
- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
|