How to invoke a binary file in shell scripting?

Status
Not open for further replies.

karthiks30

Newbie level 5
Joined
Aug 3, 2011
Messages
10
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,360
Hi,
I am new to Linux shell scripting, please help me how to invoke a binary file in the shell scripting.
Thank you in advance.
 

you can directly execute a binary in a shell script if the binary is executable on the shell.
 

You can simply include lines in shell scripts the way you'd type them on the command line...

What shell scripts add is automation, and extended features for things like calling other shell scripts, conditional operations, variables, I/O redirection etc, etc. Btw: "man bash"
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…