wc_c
Description:
[
Version ( since =
"1.0.54" ) ]
public int32 wc_c (
string path)
throws Error
count characters in a file
This command counts the characters in a file, using the "wc -c" external command.
Parameters:
this |
A GuestfsSession object
|
Returns:
the returned value, or -1 on error
|