![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Accessing variables of one shell script in another shell script | looza | Shell Programming and Scripting | 2 | 06-30-2008 04:13 PM |
| To call/execute a shell script from a shell script | konark | UNIX for Dummies Questions & Answers | 1 | 10-26-2007 02:16 PM |
| How to Run a shell script from Perl script in Parent shell? | hifake | Shell Programming and Scripting | 16 | 08-28-2007 05:42 PM |
| Accessing variables of one shell script in another shell script | rsendhilmani | Shell Programming and Scripting | 1 | 04-30-2007 05:43 AM |
| Have a shell script call another shell script and exit | heprox | Shell Programming and Scripting | 2 | 11-20-2006 05:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi Guys,
I am just wondering what tasks can we get carried out by the means of Shell Script? Is Shell Script a programming tool / language in itself? Can we use it for writing small and sophisticated programs? Or can it be used only for writing routines such as batch processing? Thanks for your guidance! Dev. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You can write complex code with shell. It has limits especially in terms of performance and access to lower level system calls.
The general view is: 1. code in shell, and if you cannot meet requirements 2. code in (perl, python, ruby), if you cannot meet requirements 3. anything can be coded in C and is fast as it gets. |
|
#3
|
|||
|
|||
|
Thank ahain Jim for your support!
|
|||
| Google The UNIX and Linux Forums |