On 7/18/05, Joseph Haig <[EMAIL PROTECTED]> wrote:
> --- Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote:
>
> > Hello,
> > What utility can I use to cut a file in different pieces and then
> > assemble them back together?
> >
>
> split and cat
>
> To cut a file into 140 byte pieces (to fit on
--- Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote:
> Hello,
> What utility can I use to cut a file in different pieces and then
> assemble them back together?
>
split and cat
To cut a file into 140 byte pieces (to fit onto floppy disks, for
example):
$ split --bytes=140 INPUT PREFIX
On Mon, 2005-07-18 at 15:06 +0200, Tshepang Lekhonkhobe wrote:
> Hello,
> What utility can I use to cut a file in different pieces and then
> assemble them back together?
I guess 'cut', 'head' and 'tail' in a suitable pipeline may suffice
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a su
Hello,
What utility can I use to cut a file in different pieces and then
assemble them back together?
malebo...
4 matches
Mail list logo