![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sed command error | srnagu | Shell Programming and Scripting | 1 | 03-21-2008 11:50 AM |
| tar command error | Jagadeeswaran.K | Shell Programming and Scripting | 1 | 01-24-2008 02:27 AM |
| If..else command gives error | bhatia333 | Shell Programming and Scripting | 3 | 08-23-2007 11:02 AM |
| if else command syntax error | c0384 | Shell Programming and Scripting | 4 | 05-18-2007 07:29 AM |
| Script command error | vkamat | Shell Programming and Scripting | 0 | 09-15-2006 06:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
ksh with bc command error
Hi,
I don't understand why the below code gave me error message: worked: not found I am using ksh program. worked =`/usr/ucb/echo "scale=2; ($logend-$logstart)/3600" | bc` Thank you very much for your help! |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
loose the space between 'worked' and '='
|
||||
| Google The UNIX and Linux Forums |