1753444 Members
5007 Online
108794 Solutions
New Discussion юеВ

Re: Learn Script

 
SOLVED
Go to solution
UniRock
Regular Advisor

Learn Script

Hello All,

I am learning scripting.
Please provide some good links to learn scripting.


Thanks,
UniRock
5 REPLIES 5
Patrick Wallek
Honored Contributor

Re: Learn Script

VK2COT
Honored Contributor
Solution

Re: Learn Script

Hello,

Patrick gave you a good reference site.

Some more:

A) Useful but often forgotten Unix commands:

http://www.mohancheema.net/index.php?title=Often_Useful_often_forgotten_unix_com
mands&printable=yes

B) Advanced Bash-Scripting Guide:

http://tldp.org/LDP/abs/html/

C) The basic of Unix Shells:

http://www.injunea.demon.co.uk/pages/page203.htm

D) SHELLdorado:

http://www.shelldorado.com/links/

E) Rosetta Stone for Unix:

http://bhami.com/rosetta.html

F) Unix Shell scripting tutorial:

http://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/build/tutorials/unixscripting/unixscripting.html

G) Quick Unix tutorial:

http://unlser1.unl.csi.cuny.edu/tutorials/QuickUnixTutorial.html

H) CERN Unix user guide:

http://consult.cern.ch/writeup/unixguide/unix_2.html

I) Unix tutorial for beginners:

http://www.ee.surrey.ac.uk/Teaching/Unix/index.html

J) Bourne Shell scripting tutorial:

http://www.grymoire.com/Unix/Sh.html

K) Linux Shell scripting tutorial:

http://www.freeos.com/guides/lsst/

L) Unix command and scripting reference:

http://www.burlesontech.com/wiki/display/btg/UNIX+command+and+scripting+reference


M) Csh Programming considered dangerous:

http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/

Cheers,

VK2COT
VK2COT - Dusan Baljevic
Suraj K Sankari
Honored Contributor

Re: Learn Script

Hi,

In the below link you will find plenty of shell scripting links.

http://www.shelldorado.com/links/index.html#tutorials

suraj
avizen9
Esteemed Contributor

Re: Learn Script

UniRock
Regular Advisor

Re: Learn Script

Thanks a lot.