Using the cpio command, enter the following series of commands:
mkdir /[pathname]/[NEWDIR] cd /[pathname]/[OLDDIR] find . -print | cpio -pdl /[pathname]/[NEWDIR]
Using the pax command, enter the following series of commands:
mkdir [NEWDIR] cd [OLDDIR] pax -pmop -rvw [OLDDIR] [NEWDIR]
[ Doc Ref: 9563490228616 Publish Date: Apr. 28, 2000 4FAX Ref: none ]