diff options
author | Richard Jones <rjones@redhat.com> | 2010-04-13 21:26:14 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-04-14 21:56:24 +0100 |
commit | e8b02113ccdaf62960bb9138d8ebd801bad9d036 (patch) | |
tree | 9adf8cfee758865bda917af7a23b7be6395f2d7f | |
parent | 368fd8c6defb0b3dd07e2d683878d9e8b7397938 (diff) | |
download | libguestfs-e8b02113ccdaf62960bb9138d8ebd801bad9d036.tar.gz libguestfs-e8b02113ccdaf62960bb9138d8ebd801bad9d036.tar.xz libguestfs-e8b02113ccdaf62960bb9138d8ebd801bad9d036.zip |
fish: Update documentation: Add another pipe example.
(cherry picked from commit c076aaea7e6d9459c8d8a96d21abd71a0223f098)
-rw-r--r-- | fish/guestfish.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 999cc3f1..e5f0bbaa 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -385,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 |