X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fguestfish.pod;h=dfacf6f191809e5a4b26acd1f793a0809d66eb5e;hb=4f376dbafb78ee9b5ad1652360472a14de64753d;hp=999cc3f1e08d93359241fabf0330856334cd3a5b;hpb=c7c4a476a5957794dc2e9af0ec14b447ecef5740;p=libguestfs.git diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 999cc3f..dfacf6f 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -313,7 +313,9 @@ the Unix L program): chmod 0777 /public # OK chmod 777 /public # WRONG! This is mode 777 decimal = 01411 octal. -Commands that return numbers currently always print them in decimal. +Commands that return numbers usually print them in decimal, but +some commands print numbers in other radices (eg. C prints +the mode in octal, preceeded by C<0>). =head1 WILDCARDS AND GLOBBING @@ -385,6 +387,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