Page is a not externally linkable
- Hardware and OS Related Technologies
-- Linux, Unix, and *nix like Operating Systems
---- Copy a directory structure with no files


aslowrx - 2:26 am on Jan 13, 2005 (gmt 0)


find ./ -type d ¦while read l; do mkdir /directory/$l; done

inefficient, throws errors, should work.


Thread source:: http://www.webmasterworld.com/linux/1310.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com