aug_setm
Description:
[ Version ( since = "1.23.14" ) ]
public int32 aug_setm (string @base, string? sub, string val) throws Error
public int32 aug_setm (string @base, string? sub, string val) throws Error
set multiple Augeas nodes
Change multiple Augeas nodes in a single operation. base is an expression matching multiple nodes. sub is a path
expression relative to base. All nodes matching base are found, and then for each node, sub is changed to
val. sub may also be NULL in which case the base nodes are modified.
This returns the number of nodes modified.
Parameters:
| this |
A GuestfsSession object |
Returns:
|
the returned value, or -1 on error |