Quote:
Originally Posted by
DK2014
I have about 20 script files & all of them begins with "#!/usr/bin/ksh", this means its "The Korn shell".
Correct. The first line states the command processor, because under Unix there tend to be several. Korn shell, Bourne shell, bash, C shell, ...
Quote:
Originally Posted by
DK2014
I don't have access to the unix server as its on my client place & I just have to work on the test of the scripting part.
Understood, but how are you going to test if your script does the same on your box as the Unix script does on the Unix box? My envy because of your job is quite limited, so to say. ;-)
Quote:
Originally Posted by
DK2014
In order to find the meaning of all the commands & other things line variables, functions etc, please let me know what should i search on internet (some key words etc which can help me to quickly find these cmds etc)
In the top box of this forums page is a menu point "Man Pages" where you can read the man pages even if you do not have a system of your own.
I'd suggest getting you a Linux-"Live-CD" (you can download one freely from the internet), put that on a USB-stick and boot some spare PC with that, which will give you a working Linux environment without installing anything. Unix and Linux is not the same but so close that you can use it interchangeably for your purpose. Linux uses "bash" instead of Korn shell per default, but you can isntall a ksh even persistently if your stick is big enough (bigger than 4G).
If you want access to a more lasting solution I'd suggest installing VirtualBox (VMWare, ....) and install a Linux there. You can boot this virtual machine in a window and play around and/or even access the internet with your system acting as bridge. Beware, though: using Unix is - for most Windows users - rather addictive. :-) It might well be that after some time you isntall Linux andmove Windows to a virtual box, finally to remove Windows altogether.
If anything is unclear when you read the man pages, just search this forum or ask here if you can't find it. We rarely bite newbies.
I hope this helps.
bakunin
I hope this helps.