Unix Shell - shell scripts interpret

This is Interesting: Free IT Magazines  
Home > Archive > Unix Shell > December 2007 > shell scripts interpret





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author shell scripts interpret
Rahul

2007-12-01, 1:22 pm

Hi Everyone,

It is known that shell scripts are executables which aren't compiled
and are just checked at run time or interpreted. How does the grammar
check for various commands happen in such case?

Thanks in advance!!!
Barry Margolin

2007-12-01, 7:21 pm

In article
<6be4ae75-8ee2-4b94-a16a-74ee766f2b58@a39g2000pre.googlegroups.com>,
Rahul <sam_cit@yahoo.co.in> wrote:

> Hi Everyone,
>
> It is known that shell scripts are executables which aren't compiled
> and are just checked at run time or interpreted. How does the grammar
> check for various commands happen in such case?


The shell checks the syntax of each command in the script as it executes
it, just as it does when you're typing them interactively.
--
Barry Margolin
Arlington, MA
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com