We are shifting an application from one production server to the other DCC(Data Center Consolidation) environment .
So we have all Unix boxes. so for migrating the stuff we need unix shell scripting stuff
Have all machines the same UNIX OS? I mean, are they Linux, Solaris, HP-UX ? And most important, which UNIX Shell are you using, bash, sh, tcsh, csh, ...?
I know if this is your first UNIX-scripting time it's a hard time, but you'll learn things that haven't changed for ages. And you will learn tricks that you can use on your Windows boxes also (f.e., shutdown command, tab to complete filenames in cmd windows, symbolic links in NTFS, ...)
If you're using bash, try searching Google for bash course, bash book, or similar. A good web, but a little bit advanced, is:
http://bashcurescancer.com/ There I found:
http://www.pixelbeat.org/cmdline.html But maybe you'll value
http://www.freetechbooks.com/about180.html&highlight=bash Kind regards, and go 4 it! It's always exciting to learn new things!