mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
recipes: in tr command \000 should be \0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user