Le Mon, 20 Apr 2009 13:24:42 +0200,
"Zbigniew Szalbot" <[email protected]>:
 
> Ahh... I am sorry. Wrong subject. I want to copy directories without
> files they contain.

see mtree(8)
Something like 
$ mtree -dc -p path1 | mtree -U -p path2 
 
will copy path1 under path2
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to