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