diff options
author | Richard Jones <rjones@redhat.com> | 2010-04-13 21:25:50 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-04-14 21:56:19 +0100 |
commit | 368fd8c6defb0b3dd07e2d683878d9e8b7397938 (patch) | |
tree | 465c0c20687cfde4b4dec7aede4cb9a5223b411b | |
parent | 0a6b935294073a7ab842ff0d99f6d88d3e6bc1f7 (diff) | |
download | libguestfs-368fd8c6defb0b3dd07e2d683878d9e8b7397938.tar.gz libguestfs-368fd8c6defb0b3dd07e2d683878d9e8b7397938.tar.xz libguestfs-368fd8c6defb0b3dd07e2d683878d9e8b7397938.zip |
fish: Update documentation: Using 'lcd' command to change local directory.
(cherry picked from commit c7c4a476a5957794dc2e9af0ec14b447ecef5740)
-rw-r--r-- | fish/guestfish.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod index e2ea5057..999cc3f1 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -367,6 +367,9 @@ will create a directory C<local> on the host, and then export the contents of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>. (See C<tgz-out>). +To change the local directory, use the C<lcd> command. C<!cd> will +have no effect, due to the way that subprocesses work in Unix. + =head1 PIPES Use C<command E<lt>spaceE<gt> | command> to pipe the output of the |