[linux-help] Re: Splitting a large file over multiple floppies.
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
try using 'shar'.
example:
to split 'bigfile.txt'
> shar -L 1400 -o smallerfiles bigfile.txt
will chop bigfile.txt into an appropriate number of smaller files (in this
case, of size 1400k) labeled smallerfiles.01 smallerfiles.02....etc.
to patch back together, use the 'unshar' command.
Ben
On Thu, 13 Jul 2000, you wrote:
> Hi All.
>
> Anyone know of how to split a large file over several floppies ala
> pkzip -& option under DOS? I could save them to a DOS partition here
> and reboot into DOS and do it there, but is there a way under Linux?
> Is there a FM?
>
> - Nate >>
>
> --
> Wireless | Amateur Radio Station N0NB | "None can love freedom
> Internet | n0nb@xxxxxxxxxxxxxxxx | heartily, but good
> Location | Wichita, Kansas USA EM17hs | men; the rest love not
> Wichita area exams; ham radio; Linux info @ | freedom, but license."
> http://www.qsl.net/n0nb/ | -- John Milton
>
> -- This is the linux-help@xxxxxxxxx list. To unsubscribe,
> visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
--
-- This is the linux-help@xxxxxxxxx list. To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
|
|