diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-22 18:58:28 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-22 18:58:28 +0000 |
commit | 83b9bf0e3bfb1d842b10b80bbe749095b2c661a1 (patch) | |
tree | b05b1793361693ae88106648c2a953bed988f423 /doc/en/splitter.docbook | |
download | krusader-83b9bf0e3bfb1d842b10b80bbe749095b2c661a1.tar.gz krusader-83b9bf0e3bfb1d842b10b80bbe749095b2c661a1.zip |
Added old KDE3 version of Krusader
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/krusader@1094427 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/en/splitter.docbook')
-rw-r--r-- | doc/en/splitter.docbook | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/doc/en/splitter.docbook b/doc/en/splitter.docbook new file mode 100644 index 0000000..d554230 --- /dev/null +++ b/doc/en/splitter.docbook @@ -0,0 +1,61 @@ +<sect1 id="splitter"> + <title>File Splitter</title> + <indexterm> + <primary>File Splitter</primary> + </indexterm> + <para>This function splits one (large) file up into multiple + smaller files so that they can be placed on smaller media + (⪚ zip-drives, ...) or sent by e-mail. The multiple + files can be combined again to recreate the original file. + &krusader; and &tcmd; split/combine + functions are compatible. To split a file choose + <emphasis role="bold"> + <menuchoice> + <guimenu>File</guimenu> + <guimenuitem>Split</guimenuitem> + </menuchoice> + </emphasis>or + <keycombo action="simul">&Ctrl; + <keycap>P</keycap></keycombo> A Split dialog will open to confirm + the operation.</para> + <para>If the name of the original file is + <filename>foo</filename>, then the name of the smaller files will + be + <filename>foo.000 foo.001 foo.002</filename> &etc; + There is no theoretical limit in the number of smaller files, but + it is recommended to limit the number to a maximum of 1023 files. + &krusader; creates a + <filename>foo.crc</filename> file. This file contains the name, + size and the crc checksum of the original file. It is possible to + combine the file without the + <filename>foo.crc</filename> file but in this case + &krusader; cannot check if the the original file was + recreated correctly.</para> + <para>An example of a + <filename>foo.crc</filename> file: + <programlisting>filename=foo size=432998467868 crc32=21EB719A</programlisting></para> + <para>To combine the multiple files choose, select a partial file + + <filename>foo.xxx</filename> and choose + <emphasis role="bold"> + <menuchoice> + <guimenu>File</guimenu> + <guimenuitem>Combine files</guimenuitem> + </menuchoice> + </emphasis>or + <keycombo action="simul">&Ctrl; + <keycap>B</keycap></keycombo>. The target directory is the + unactive panel and can be changed. The file names must be + numbered in ascending order: + <filename>foo.001, foo.002, foo.003</filename> &etc; or + have letters in ascending order: (" + <userinput> + <command>split</command> + <option>-b</option> + </userinput>letter method") + <filename>fileaa, fileab, fileac</filename> &etc; If + the file + <filename>foo.crc</filename> is found in the same directory as the + partial files, &krusader; will use this file to check + the combined file for errors.</para> +</sect1> |