hexdump
Description:
dump a file in hexadecimal
This runs "hexdump -C" on the given path. The result is the human-readable, canonical hex dump of the file.
Parameters:
| this |
A GuestfsSession object |
Returns:
|
the returned string, or NULL on error |