Hello all, To split file into pieces, we use the split filename --bytes=1300000 General syntax: split filename --bytes=[number of bytes] Example: split sendmail.tar.bz2 --bytes=130000 After splitting, we will get these files xaa, xab, ... and so on. I would like to ask you, how can I merge all these files back? Thank you so much for your assistance. Best regards, Chan Choth
* Puth Chan Choth <choth@of.forum.org.kh> [05-31-03 22:00]:
To split file into pieces, we use the split filename --bytes=1300000 General syntax: split filename --bytes=[number of bytes] Example: split sendmail.tar.bz2 --bytes=130000 After splitting, we will get these files xaa, xab, ... and so on.
I would like to ask you, how can I merge all these files back?
man cat -- Patrick Shanahan Please avoid TOFU and trim >quotes< http://wahoo.no-ip.org Registered Linux User #207535 icq#173753138 @ http://counter.li.org Linux, a continuous *learning* experience
Dear Patrick, Thank you so much. It is working now. Best regards, Chan Choth Patrick Shanahan wrote:
* Puth Chan Choth <choth@of.forum.org.kh> [05-31-03 22:00]:
To split file into pieces, we use the split filename --bytes=1300000 General syntax: split filename --bytes=[number of bytes] Example: split sendmail.tar.bz2 --bytes=130000 After splitting, we will get these files xaa, xab, ... and so on.
I would like to ask you, how can I merge all these files back?
man cat -- Patrick Shanahan Please avoid TOFU and trim >quotes< http://wahoo.no-ip.org Registered Linux User #207535 icq#173753138 @ http://counter.li.org Linux, a continuous *learning* experience
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
participants (2)
-
Patrick Shanahan
-
Puth Chan Choth