On Thu, Aug 20, 2009 at 5:35 PM, narendra sisodiya < narendra.sisodiya@gmail.com> wrote:
On Thu, Aug 20, 2009 at 5:28 PM, Sharninder sharninder@gmail.com wrote:
I'm not sure but would cat work for you ?
cat splitfile.* > file
I suspect the ordering (1 10 2 3 4 ?? ), better use *cat splitfile.1 splitfile.2 splitfile.3 > file*
Cat only works with text files, not binary files. I have tried it too to join split files.
i think the notation was cat splitfile1 splitfile 2 ... >>joinedfile
Will try hjsplit now.
Thanks for all the responses.
Kussh