diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-09 19:36:07 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-09 19:36:07 +0100 |
commit | 01c26253a12ed1e6b1199f8c85f049a7fc4aef28 (patch) | |
tree | 02a9f655430a8e7cf282b7dd9bf042640654f599 /guestfish-actions.pod | |
parent | 0677b12f2273ed266da9dd276c129342d6a939a2 (diff) | |
download | libguestfs-01c26253a12ed1e6b1199f8c85f049a7fc4aef28.tar.gz libguestfs-01c26253a12ed1e6b1199f8c85f049a7fc4aef28.tar.xz libguestfs-01c26253a12ed1e6b1199f8c85f049a7fc4aef28.zip |
Added aug-ls (generated code).
Diffstat (limited to 'guestfish-actions.pod')
-rw-r--r-- | guestfish-actions.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/guestfish-actions.pod b/guestfish-actions.pod index d218e0ec..c8ebfc51 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -137,6 +137,13 @@ Load files into the tree. See C<aug_load> in the Augeas documentation for the full gory details. +=head2 aug-ls + + aug-ls path + +This is just a shortcut for listing C<aug_match> +C<path/*> and sorting the files into alphabetical order. + =head2 aug-match aug-match path |