hexdump


Description:

[ 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.

Parameters:

this

A GuestfsSession object

Returns:

the returned string, or NULL on error