Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-28-2004, 10:20 PM
|
#1
|
|
Member
Registered: Apr 2003
Posts: 225
Rep:
|
Shell Programming Books
Hi. I would like to know what the difference between shell programming, scripting and unix programmming is? I am doing c shell scripts and could somebody recommend me a book that I could purchase online??? Thanks.
|
|
|
|
09-28-2004, 10:24 PM
|
#2
|
|
Senior Member
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070
Rep:
|
The Unix C Shell Field Guide. If you want on that is covers several shells then Unix Shells by Example.
http://www.amazon.com/exec/obidos/tg...10437?v=glance
You can get it new from Prentice Hall. I got mine off Ebay.
|
|
|
|
09-29-2004, 08:27 AM
|
#3
|
|
Moderator
Registered: Aug 2002
Posts: 10,707
|
As a hardware person I group shell programming and scripts like perl, tcl/tk etc. in the same class. These programs are interpreted i.e. some other binary program reads the ASCII file, parses it line by line and then executes each line.
c, c++, fortran and others use compiliers to convert the source code into a binary executable.
I do not know what you mean by unix programming except it involves both interpreters and compilers.
|
|
|
|
09-29-2004, 08:46 AM
|
#4
|
|
Guru
Registered: Aug 2004
Location: Brisbane
Distribution: Centos 6.4, Centos 5.9
Posts: 15,026
|
Just to nitpick, perl is 'compiled' in memory and then that version is run, which is why it's so quick.
See the '-c' option if you want it to do the compile without running.
Technically it's more of a compiled env that is run, as you wouldn't get a binary executable on disk, although there are tools to do that.
Unix programming can either mean programming on Unix (in the lang of your choice) or writing Unix OS / driver code. It' a context thing.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:18 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|