jjoin, jtool join
A platform agent tool used to reassemble split files (using jsplit
). You can call it as jjoin
or jtool join
.
Syntax
jjoin [-h|-?|-help] [-l <loglevel>] [-f <logfile>] <path> [-d|-delete]
Argument | Description |
---|---|
-h | -? |
-l <loglevel> | Set the logging level. |
-f <logfile> | Log to file instead of stdout/stderr. |
<path> | Path to .spl file to join into a single file |
-d,-delete | Delete .spl and segment files if join is successful |
-s, -same | Write join file in same directory as .spl file |
Example
The following UNIX shell example shows how reconstruct a split file using the spl file generated by jtool split
ls /tmp/file/
jtool join /tmp/file/file.txt.spl -d
ls /tmp/file/
Output:
file.txt.00 file.txt.03 file.txt.06 file.txt.09 file.txt.12 file.txt.15 file.txt.18 file.txt.21 file.txt.24 file.txt.spl
file.txt.01 file.txt.04 file.txt.07 file.txt.10 file.txt.13 file.txt.16 file.txt.19 file.txt.22 file.txt.25
file.txt.02 file.txt.05 file.txt.08 file.txt.11 file.txt.14 file.txt.17 file.txt.20 file.txt.23 file.txt.26
INFO 2023-11-16 06:07:45,693 CEST [15989-jjoin] jjoin.main - Written 26812998 bytes to '/tmp/example/file.txt'
file.txt