X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fguestfish.pod;h=e5f0bbaa4e2acddda2e745a19be89145aea78a56;hp=e2ea5057d61e87cba52d21ac23265bba1cb6fcda;hb=ad752b80d7fa064b7bdd3d4c8d47c95d79265b58;hpb=9a608a1516bd339dc6d5ebe9952d3bced273c416 diff --git a/fish/guestfish.pod b/fish/guestfish.pod index e2ea505..e5f0bba 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -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