[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( deprecated = true , since = "1.0.66" ) ]
public string[] zgrep (string regex, string path) throws Error
Warning: zgrep is deprecated.
return lines matching a pattern
In new code, use grep instead
This calls the external zgrep
program and returns the matching lines.
this |
A GuestfsSession object |
an array of returned strings, or NULL on error |