[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RE : [cobalt-users] GREAT FILES
- Subject: Re: RE : [cobalt-users] GREAT FILES
- From: Kim Schulz <kim@xxxxxxxxx>
- Date: Fri Dec 5 07:29:03 2003
- Organization: Fundanemt.com
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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.