May 26, 2006
Copy Directory Structure Using Tar
Need to copy or archive of directory structure without any files ?
tar cnpf dir.tar
find . -type d
Need to copy or archive of directory structure without any files ?
tar cnpf dir.tar
find . -type d