ProgrammingThis 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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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.
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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.