Rojillo de boquilla
viernes, mayo 01, 2009
Create folder structure without copying files (Linux)
This is the command to duplicate a folder structure in Linux, from folder A to B, without copying files, just folders:
(from the source folder)
$find * -type d -exec mkdir
/targetFolder/\{\} \;
No hay comentarios:
Publicar un comentario
Entrada más reciente
Entrada antigua
Inicio
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario