Multiple Floopies copy?

2002-04-03 Thread Cidadão Dorense

Hi all!

I need to put a 2.8 MB file into two floppies for a
non-networked machine.

Any ideas on how to split the file?

Thanks in advance,
Cid.

=
It said it uses Windows 95 or better, so I loaded Linux!

___
Yahoo! Empregos
O trabalho dos seus sonhos pode estar aqui. Cadastre-se hoje mesmo no Yahoo! Empregos 
e tenha acesso a milhares de vagas abertas!
http://br.empregos.yahoo.com/
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: Multiple Floopies copy?

2002-04-03 Thread Keith Morse

On Wed, 3 Apr 2002, Cidadão Dorense wrote:

 Hi all!
 
 I need to put a 2.8 MB file into two floppies for a
 non-networked machine.
 
 Any ideas on how to split the file?
 
 Thanks in advance,
 Cid.


Check out man split


___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: Multiple Floopies copy?

2002-04-03 Thread Douglas J Hunley

Cidadão Dorense spewed electrons into the ether that assembled into:
 Hi all!

 I need to put a 2.8 MB file into two floppies for a
 non-networked machine.

 Any ideas on how to split the file?

man split (for non-binary)
man dd (binary)
-- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: Linux StepByStep - http://www.linux-sxs.org
and http://jobs.linux-sxs.org

Don't underestimate the power of survival of the fittest
- Linus
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: Multiple Floopies copy?

2002-04-03 Thread Joel Hammer

man split

On Wed, Apr 03, 2002 at 03:20:13PM -0300, Cidadão Dorense wrote:
 Hi all!
 
 I need to put a 2.8 MB file into two floppies for a
 non-networked machine.
 
 Any ideas on how to split the file?
 
 Thanks in advance,
 Cid.
 
 =
 It said it uses Windows 95 or better, so I loaded Linux!
 
 
___
 Yahoo! Empregos
 O trabalho dos seus sonhos pode estar aqui. Cadastre-se hoje mesmo no Yahoo! 
Empregos e tenha acesso a milhares de vagas abertas!
 http://br.empregos.yahoo.com/
 ___
 Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
 Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: Multiple Floopies copy?

2002-04-03 Thread Net Llama

--- Douglas J Hunley [EMAIL PROTECTED] wrote:
 Cidadão Dorense spewed electrons into the ether that assembled into:
  Hi all!
 
  I need to put a 2.8 MB file into two floppies for a
  non-networked machine.
 
  Any ideas on how to split the file?
 
 man split (for non-binary)
 man dd (binary)

Actually, split works for both binary  non-binary files (from personal experience).

=

Lonni J. Friedman [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: Multiple Floopies copy?

2002-04-03 Thread Cidadão Dorense

Thanks Douglas, Joel, Keith and Lonni for the
directions.

I have splitted the file into two 1.4MB.
I was hoping the See Also section of the man page
would mention something like unsplit... How do I
group the files together again?

BTW, the file is binary, but I am following Lonni's
comment that split should be ok.

Thanks,
Cid.

 --- Douglas J Hunley [EMAIL PROTECTED]
escreveu:  Cidadão Dorense spewed electrons into the
ether that
 assembled into:
  Hi all!
 
  I need to put a 2.8 MB file into two floppies for
 a
  non-networked machine.
 
  Any ideas on how to split the file?
 
 man split (for non-binary)
 man dd (binary)
 -- 
 Douglas J Hunley (doug at hunley.homeip.net) - Linux
 User #174778
 Admin: Linux StepByStep - http://www.linux-sxs.org
   and http://jobs.linux-sxs.org
 
 Don't underestimate the power of survival of the
 fittest
   - Linus
 ___
 Linux-users mailing list -
 http://linux-sxs.org/mailman/listinfo/linux-users
 Subscribe/Unsubscribe info, Archives,and Digests are
 located at the above URL. 

=
It said it uses Windows 95 or better, so I loaded Linux!

___
Yahoo! Empregos
O trabalho dos seus sonhos pode estar aqui. Cadastre-se hoje mesmo no Yahoo! Empregos 
e tenha acesso a milhares de vagas abertas!
http://br.empregos.yahoo.com/
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: Multiple Floopies copy?

2002-04-03 Thread Net Llama

--- Cidadão Dorense [EMAIL PROTECTED] wrote:
 Thanks Douglas, Joel, Keith and Lonni for the
 directions.
 
 I have splitted the file into two 1.4MB.
 I was hoping the See Also section of the man page
 would mention something like unsplit... How do I
 group the files together again?

cat

=

Lonni J. Friedman [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: Multiple Floopies copy?

2002-04-03 Thread Cidadão Dorense

Thanks!

That did it!

 --- Net Llama [EMAIL PROTECTED] escreveu:  ---
Cidadão Dorense [EMAIL PROTECTED] wrote:
  Thanks Douglas, Joel, Keith and Lonni for the
  directions.
  
  I have splitted the file into two 1.4MB.
  I was hoping the See Also section of the man
 page
  would mention something like unsplit... How do I
  group the files together again?
 
 cat
 
 =


 Lonni J. Friedman
 [EMAIL PROTECTED]
 
 Linux Step-by-step help:  
 http://netllama.ipfox.com
 
  .
 
 __
 Do You Yahoo!?
 Yahoo! Tax Center - online filing with TurboTax
 http://taxes.yahoo.com/
 ___
 Linux-users mailing list -
 http://linux-sxs.org/mailman/listinfo/linux-users
 Subscribe/Unsubscribe info, Archives,and Digests are
 located at the above URL. 

=
It said it uses Windows 95 or better, so I loaded Linux!

___
Yahoo! Empregos
O trabalho dos seus sonhos pode estar aqui. Cadastre-se hoje mesmo no Yahoo! Empregos 
e tenha acesso a milhares de vagas abertas!
http://br.empregos.yahoo.com/
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.