|
Hey,
Is there any method/way through which you can instruct in unix to
create a folder structure at a regular interval.
Ex:
I have a directory at the following path: /home/user/wkly/
Now the directory wkly has subdirectories with the naming convention
of
20080211
20080218
20080225
20080231
20080303
<yyyymmdd>
..
which again have two directories under them, namely 'code' and 'data'.
There are sas programs under the "code" directory which are to be run
every week, monday.
The output datasets are created under the "data" directory.
Also the directories for the week should be created appropriately, the
codes copied from the previous week's directory and the parameters
changed, before the codes are run.
Can any one let me know how this can be automated?
|