o remove -print0 from find command

This commit is contained in:
vortechs 2004-04-22 17:16:47 +00:00
parent 9797efa34a
commit ec7410bea4
1 changed files with 12 additions and 1 deletions

View File

@ -17,6 +17,17 @@
</author>
<revhistory>
<revision>
<revnumber>0.10</revnumber>
<date>2004-04-22</date>
<authorinitials>ajl</authorinitials>
<revremark>
removed -print0 from find command after receiving
reports that it doesn't work
</revremark>
</revision>
<revision>
<revnumber>0.9</revnumber>
<date>2004-04-16</date>
@ -3921,7 +3932,7 @@ Writing superblocks and filesystem accounting information: done</computeroutput>
<screen>
<command># mke2fs /dev/vg/root
# mount /dev/vg/root /mnt/
# find / -xdev -print0 | cpio -pvmd /mnt</command>
# find / -xdev | cpio -pvmd /mnt</command>
</screen>
</para>
</sect2>