[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Directory copying



   Date: Mon, 15 Feb 93 11:32:16 +0900
   From: myers@atr-la.atr.co.jp (John K. Myers)

   I need to copy directories containing subdirectories from one known place
   in my accessible file system to another.

Use the "**" wild-inferiors wildcard to include subdirectories:

Command: Copy File foo:>dir1>dir2>**>*.*.* foo:>dir3>dir4>dir5>**>*.*.*

For directories with lots of files this can take a while to start, since it
enumerates all the file names first.