Hi all,
I received a request from a user to copy and rename the following
directory structure
./clients2002/
./clients2002/client12002
./clients2002/client12002/client1Q1
./clients2002/client12002/client1Q1/portf1Q1/
./clients2002/client12002/client1Q1/portf2Q1/
./clients2002/client22002
...
you get the picture.
I want to copy the directory structure and it's dirs of the previous
quarter and make a new one for the current quarter without copying the
files in the dir itself.
I guess I can start with
find /dir type -d -depth -2 .....
please help.
Thanks in advance.
Yang