Wednesday, October 14, 2009

[Linux] Copy Directory Structure

# cd /new/dir
# (cd /old/dir; find -type d ! -name .) | xargs mkdir

No comments: