diff options
author | Richard Jones <rjones@redhat.com> | 2010-04-13 21:26:14 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-04-13 21:26:47 +0100 |
commit | c076aaea7e6d9459c8d8a96d21abd71a0223f098 (patch) | |
tree | 334cd82d5c3b14aba739a88c7b1dd70b3f68f4e3 /fish | |
parent | c7c4a476a5957794dc2e9af0ec14b447ecef5740 (diff) | |
download | libguestfs-c076aaea7e6d9459c8d8a96d21abd71a0223f098.tar.gz libguestfs-c076aaea7e6d9459c8d8a96d21abd71a0223f098.tar.xz libguestfs-c076aaea7e6d9459c8d8a96d21abd71a0223f098.zip |
fish: Update documentation: Add another pipe example.
Diffstat (limited to 'fish')
-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 |