Rock Lifestyle wrote:
I am new to any programming language .I am trying to copy one file structure.

I have a folder structures which contains setup files, cleanup files and test file

<snip>

Now I want to create another file structure where it will copy the directory tree which I have mentioned in the file
Suppose in my file name I have mentioned

/testplan/2.1/2.1.1/2.1.1.1
/testplan/2.2/2.2.1/2.2.1.2/

Then the script will create a folder
folder/setup
folder/cleanup
/folder/2.1/setup
/folder/2.1/cleanup
/folder/2.1/2.1.1/setup
/folder/2.1/2.1.1/cleanup
/folder/2.1/2.1.1/2.1.1.1
/folder/2.1/2.1.1/2.1.1.1/test
/folder/2.2/2.2.1/2.2.1.2/test

Do it manually, learn a programming language and have your computer do it, or hire a consultant.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to