shell scripts interpret

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!!!
Rahul [ Sa, 01 Dezember 2007 14:37 ] [ ID #1883388 ]

Re: shell scripts interpret

In article
<6be4ae75-8ee2-4b94-a16a-74ee766f2b58 [at] a39g2000pre.googlegroups.com>,
Rahul <sam_cit [at] 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
Barry Margolin [ Sa, 01 Dezember 2007 20:53 ] [ ID #1883399 ]
Linux » comp.unix.shell » shell scripts interpret

Vorheriges Thema: Re: cdrtool for solaris 10 x86
Nächstes Thema: Find files not matching a particular pattern