X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2Fvirt-cat;h=67506c0b71a835cf49ce5444a7555b09346ac86f;hp=e000e25fb25cdbaf930d9eaf0607bf7a534c4108;hb=a80177cc847102d5a6e43a8ff87769e86f30bd6c;hpb=b3d27793f04ae44b2c11f6422a19b4422ac941cd diff --git a/tools/virt-cat b/tools/virt-cat index e000e25..67506c0 100755 --- a/tools/virt-cat +++ b/tools/virt-cat @@ -160,6 +160,13 @@ mount_operating_system ($g, $os); # NB: https://bugzilla.redhat.com/show_bug.cgi?id=501888 print $g->download($filename, "/dev/stdout"); +=head1 SHELL QUOTING + +Libvirt guest names can contain arbitrary characters, some of which +have meaning to the shell such as C<#> and space. You may need to +quote or escape these characters on the command line. See the shell +manual page L for details. + =head1 SEE ALSO L,