Assuming the split files are names split1 split2...
cat split1 split2 ... > newfile will combine the split files into a new file called 'newfile' -Naren On Wed, 31 Oct 2001, Namit Bhalla wrote: > I have splitted a large file into smaller fragments using the 'split' > utility. > How do I merge the pieces back into the original file ? > 'split' man page does not mention joining of files. > Thanx > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > _______________________________________________ > linux-india-help mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/linux-india-help > _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
