Copy Directory Structure Using Tar
Posted on | May 26, 2006 | No Comments
Need to copy or archive of directory structure without any files ? this worked for me :
tar cnpf dir.tar `find . -type d`
Category: FreeBSD
Comments
Leave a Reply
Posted on | May 26, 2006 | No Comments
Need to copy or archive of directory structure without any files ? this worked for me :
tar cnpf dir.tar `find . -type d`
Leave a Reply