This section explains how to use the
qq fs_punch_hole
command.Description
Create a hole in a region of a file. Destroys all data within the hole.
Usage
qq fs_punch_hole [-h] (--path PATH | --id ID) [--stream-id STREAM_ID | --stream-name STREAM_NAME] --offset OFFSET --size SIZE
Flags
Flag Name | Required | Description |
---|---|---|
--path
|
No | File path |
--id
|
No | File ID |
--stream-id
|
No | Stream ID |
--stream-name
|
No | Stream name |
--offset
|
Yes | Offset in bytes specifying the start of the hole to create |
--size
|
Yes | Size in bytes of the hole to create |