![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| shell script to join multiple files | bonosungho | Shell Programming and Scripting | 7 | 04-26-2009 04:29 AM |
| How to split multiple records file in n files | jeuffeu | UNIX for Dummies Questions & Answers | 1 | 03-19-2009 02:23 PM |
| split a file into multiple files | kumar66 | UNIX for Dummies Questions & Answers | 8 | 10-23-2008 05:25 PM |
| Split a file into multiple files | glamo_2312 | Shell Programming and Scripting | 3 | 09-15-2008 10:58 AM |
| Command line tool to join multiple .wmv files? | karman | OS X (Apple) | 2 | 09-23-2007 02:52 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Join multiple Split files in Unix
Hi,
I have a big file of 50GB size. I need copy it to a second ftp from a ftp. I am not able to do the full 50GB transfer as it timesout after some time. SO i am trying to split the file into 5gb each 10 files with the below command. split -b 5368709120 pack.tar.gz backup.gz After I transfer these files to the second ftp, what is the command I need to use to join the files into a single file properly. Can some one please help me over here. Can you also please suggest If there is any good way of transferring the whole file at once? Thanks. Venu |
|
||||
|
What is the O/S of the source and the destination computers?
What is the network connection between the two machines. There is normally no timeout on command line "ftp" as such. Is there a firewall? How far did the copy get before it failed? Do you have a duplex problem on your network connections? My first inclination would be to use "rcp", NFS, or removable media such as a tape. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|