Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2385 of /home/dograus/public_html/dograworld/includes/menu.inc).

how to split and join large files

 

best and simplest way to split large file and join files

1. split large file in chunk of 1GB

split -b 1000m large.zip

above command will create files

fileaa

fileab

fileac

... and so no

2. Join files back

cat file* > large.zip

 

Who's new

  • s10
  • CIIUifBwwC

Who's online

There are currently 0 users online.