Web Hosting Talk







View Full Version : UNIX script language


hoachen
06-13-2005, 08:46 AM
anyone have any suggestion where I can learn writting unix script quickly? Actually, I have a homework need to be done this week and I am a very beginner for unix and have no C experience that make it worth for start my homework! Therefore would like you guys' help.

Thank you and have good day.

mfonda
06-13-2005, 02:47 PM
if you want to be a good programmer, you must learn, google is your friend :-)

gogocode
06-16-2005, 11:05 PM
There are many books on shell scripting, go to your (university) library and get one (search amazon for "unix scripting" and it turns up lots), or just man bash for that matter.

SolarVPS
06-26-2005, 11:14 PM
Depends on what you mean by Unix scripting... Shell scripting, C, PHP, Perl? If you mean development for the Operating System, a great manual is Advanced Programming in the Unix Environment. It is one of the more well known Unix development books.

http://www.amazon.com/exec/obidos/tg/detail/-/0201433079/qid=1119841996/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/104-9230267-9087166?v=glance&s=books&n=507846

kallis
10-15-2005, 02:06 AM
yes you can find a lot of info on google!!

waisyarzi
08-11-2006, 05:24 PM
You can always leanr python, not like its hard :)

americanahost
11-08-2006, 08:25 PM
http://www.injunea.demon.co.uk/pages/page203.htm
http://heather.cs.ucdavis.edu/~matloff/UnixAndC/Unix/CShellII.html

i hope it is what you need

hatem
02-05-2007, 06:20 AM
you can search google for best lessons and tutorials.

bear
02-05-2007, 08:05 AM
Moved to programming discussion

azizny
02-05-2007, 09:19 AM
I advise that you learn Korn or Born shell scripting, pretty easy (much like PHP) and powerful.

Peace,