English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i just started this great job at BMC software in Houston as a Software test Engineer, it has been a cake walk so far, now i am required to test some unix Scripts, running the scripts is not bad, actually that is all i am supposed to do, but i also want to understand the code and may be become a developer in the future, i am afraid to ask my co workers or my Manager to explain it to me, or they would think they hired a moron, HELP, is there a book on this or an internet site.

2006-07-13 10:18:15 · 5 answers · asked by sijoser 1 in Computers & Internet Programming & Design

5 answers

It really depends on what shell the scripts are written for. The first line of most shell scripts will usually be
#!/usr/bin/{shell name}
where shell name will be something like bash or csh.

Do a search for that on your favorite search engine and you should find a lot of sites, you should also be able to run the command : "man {shell name}" to get a lot of info as well, but some of it may be pretty technical.

2006-07-13 10:34:55 · answer #1 · answered by John J 6 · 0 0

Check out O'Riely books, They produce a number of books that can get you up to speed on Unix scripting.

2006-07-13 10:32:40 · answer #2 · answered by David W 1 · 0 0

What are the scripts written in? There are many flavors of scripting tools available for Unix.

2006-07-13 10:22:03 · answer #3 · answered by fxmaker 2 · 0 0

Nice search terms that kead to excellent how-to guides..

Bash shell programming:
bash how to

C-shell programming:
csh how to

2006-07-13 10:56:14 · answer #4 · answered by sheeple_rancher 5 · 0 0

Best advice I can give you is buy a book.

2016-03-27 04:11:42 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers