On Mon, May 20, 2002 at 03:29:50PM +1000, Richard Hayes wrote: > Dear list, > > Is there an easy way to copy a .deb on to multiple floppies?
Use split to split it into multiple files, and then use cat to reassemble it at the other end. -Andrew. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
