del_packet
Deletes packets from a POD file. The user specifies the packets for deletion,
the input file, and the output file. The input file is not altered in any
way. The tool pkx_headers can be used to identify packet numbers of the
POD file you wish to delete.
Format:
del_packet -i input_file -o output_file -d 1,210,30,44
Context
Inputs
Outputs
Constraints
Parameters
Input_file
The name of the POD file from which you want to delete packets. The input
file is not altered in any way.
Output_file
-d
A list of packet numbers that you wish to delete from the POD file. The
packet numbers are separated by commas.
See_also
PKX_HEADERS List the headers of a range of packets
Examples