On Mon, Jun 10, 2002 at 02:55:28PM +0000, MJ Ray wrote:
Ashley ashley@ashleyhowes.com wrote:
cd /mnt/cdrom
Try this:
find . -name '*.dwg' -print >/tmp/test.manifest tar -cf ~ash/test.tar --files-from /tmp/test.manifest
You might be able to do:
find . -name '*.dwg' -print |tar -cf ~ash/test.tar --files-from -
too, but again, it's not tested.
P.