Format:
DIVFILE -i input_file -o output_file -s start_packet -e end_packet [-f first_segment] [-l last_segment]
Inputs
Input_file
End_packet
First_segment
Last_segment
CATFILES Concatenate a pair of packetized files producing a new file
MODPKT A binary editor to modify individual mnemonic values in an EDT file
MOVE_REC Move a range of packets within a packetized file (IN PLACE)
PKX_HEADERS List the headers of a range of packets
$ divfile -i Y2J50301R.SHX -o y.shx2 -s 2 -e 2
These commands will divide the input SHX file (which has 2 packets) into two separate files, each containing one packet. The user might then modify the second file using the utility MODPKT to make it look like it came from a troubled observation, and then append it to the troubled SHX file with the command CATFILES.
$ divfile -i Z25M5508T.PKX -o z.pk2 -s 3 -e 3
This command extracts the third packet from the input file and places it into the file z.pk2.