recipes: in tr command \000 should be \0
[libguestfs.git] / examples / guestfs-recipes.pod
index 68b88cf..595c2c4 100644 (file)
@@ -310,7 +310,7 @@ L<virt-inspector(1)>.
 
 This involves using the L<guestfish(1)> C<find0> command like this:
 
- guestfish --ro -d Guest -i find0 / - | tr '\000' '\n' | sort
+ guestfish --ro -d Guest -i find0 / - | tr '\0' '\n' | sort
 
 =head1 List services in a Windows VM