[ Version ( since = "1.0.22" ) ]
public string hexdump (string path) throws Error
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.
this |
A GuestfsSession object |
the returned string, or NULL on error |