LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Learning to script (https://www.linuxquestions.org/questions/programming-9/learning-to-script-38175/)

robbage 12-12-2002 09:06 PM

Learning to script
 
I wonder if someone can point me to a help resource where I can teach myself the art of writing scripts. I have programming experience on other OS; other language; so something that doesn't assumes I'm a complete dolt would be great. Mny Tnx

Cheers!

acid_kewpie 12-13-2002 05:25 AM

check the bash and advanced bash howto's at http://tldp.org

leed_25 12-13-2002 06:09 PM

My favorite way of learning something like this is to find an existing
script and to add some functionality to it.

robbage 12-14-2002 02:40 AM

Thanks Chris.
I plan to, Leed_25 :)

Cheers!

acid_kewpie 12-14-2002 05:13 AM

my way to learn a new language is to have a reason to learn it, and understand how to do what I want in plain english, then just use an api or core reference to find the equivalent methods of doing it in any language.

lackluster 12-15-2002 10:11 PM

I would recommend using Perl as it is more functional & portable than bash

cyent 12-26-2002 01:13 PM

I would second that. The traditional sh/bash/ksh/csh/... beasts are fugly in extreme. Try a decent scripting language. Perl is powerful, but can be a tad ugly. Python is very clean and simple. Ruby combines the power of perl with
a cleaner and more consistent design than Python.

Having programmed in all the above, my favourite is by far Ruby.
See http://www.ruby-lang.org
for more details.


All times are GMT -5. The time now is 09:35 AM.