X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fguestfish.pod;h=2eccc2d4f9f8a20172c716a8a7c00059011cef23;hb=9ac07ee0c28fdd75e0a7393c69374ddff3a40ac9;hp=13645456291a4be470ee08d9c165b9a31df5e759;hpb=58abe782bf7137526b4a5c7e6d5d2b145e3b09d2;p=libguestfs.git diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 1364545..2eccc2d 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -98,7 +98,7 @@ the functionality of the guestfs API, see L. Guestfish gives you structured access to the libguestfs API, from shell scripts or the command line or interactively. If you want to -rescue a broken virtual machine image, you might want to look at the +rescue a broken virtual machine image, you should look at the L command. Using guestfish in read/write mode on live virtual machines can be @@ -367,6 +367,9 @@ will create a directory C on the host, and then export the contents of C on the mounted filesystem to C. (See C). +To change the local directory, use the C command. C will +have no effect, due to the way that subprocesses work in Unix. + =head1 PIPES Use CspaceE | command> to pipe the output of the @@ -382,6 +385,7 @@ Other examples: hexdump /bin/ls | head list-devices | tail -1 + tgz-out / - | tar ztf - The space before the pipe symbol is required, any space after the pipe symbol is optional. Everything after the pipe symbol is just passed @@ -738,11 +742,16 @@ I<1> if there was an error. L, L, L, +L, L, L, +L, L, +L, L, -L. +L, +L, +L. =head1 AUTHORS