![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shell script answer prompts? | eltinator | Shell Programming and Scripting | 4 | 08-29-2007 11:15 AM |
| screen display help | zilla30066 | Shell Programming and Scripting | 2 | 01-30-2007 07:49 PM |
| Shell Script Display? | wmosley2 | UNIX for Dummies Questions & Answers | 2 | 12-14-2003 02:12 PM |
| how do you represent non integers in a shell script? | TRUEST | UNIX for Dummies Questions & Answers | 2 | 05-18-2003 01:00 AM |
| Simple Perl Script to Screen Display | Shakey21 | Shell Programming and Scripting | 1 | 04-19-2002 11:55 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Quote:
Code:
#!/usr/bin/ksh sum=`expr $1 + $2` echo " the sum of the values is $sum" namish@france => ./sample1 10 20 30 Namish |
| Sponsored Links | ||
|
|