Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the use of script interpreter in shell scripting?

Answer Posted / tony

It's a forced attempt to try and let the script run with the Shell it was designed for. If the Shell is missing from a given system (which is unlikely if the Shell is a popular one), the script would fail. But, if the Shell is not a popular one, it will fail for a good reason, because the unpopular Shell has a high chance of not being compatible. Also, it's a method of indicating the system on which the script was written and intended for, just as a remark to any reader.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the syntax of "nested if statement" in shell scripting?

1139


Explain about stdin, stdout and stderr?

1228


Is cmd a shell?

1067


How to get the first line from a file using just the terminal?

1174


How to debug the problems encountered in the shell script/program?

1193


What is bash shell command?

1051


How will you find the 99th line of a file using only tail and head command?

2579


How to pass an argument to a script?

1283


How does path variable work?

1033


What is shell scripting used for?

1039


What is path in shell script?

1141


Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.

1215


What is echo $shell?

1129


What is the default ubuntu terminal?

1182


What is the use of break command?

1162