[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RE : [cobalt-users] GREAT FILES



On Fri, 05 Dec 2003 16:04:35 +0100
Schadroff <admin@xxxxxxxxxxxx> wrote:

> > > Does somebody knows how to put a file greater than 2 GB on RaQs ?
> > 
> > split it or install a new filesystem that supports larger files.
> > 
> 
> OK, thank you. But how split a 6 GB file in 3 pieces ?

man split

if I remember correctly, then somthing like 
split -b 2000m inputfile PREFIX

PREFIX could be "file", then the output files would be:
fileaa fileab fileac etc.