bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calling external programs in bash script


From: Bob Proulx
Subject: Re: Calling external programs in bash script
Date: Fri, 29 Dec 2006 09:52:54 -0700
User-agent: Mutt/1.5.9i

Ramprasad B wrote:
> I need a help in calling external programs from shell script.

A shell script and specifically a bash script automically calls
external programs.

> For example a java class or methods and c functions from a shell script.

Those programs need to be turned into a standalone executable.  For
example a C program must be compiled into a program.  The program can
be executed.

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]