![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add non-integers using ksh | 2dumb | Shell Programming and Scripting | 18 | 04-13-2009 01:28 AM |
| How to represent euro sign in unix | akash | Shell Programming and Scripting | 1 | 01-22-2008 03:50 PM |
| integers in the if statement | Deanne | Shell Programming and Scripting | 5 | 01-22-2008 05:14 AM |
| How do you represent a field delimeter that is a space??? | TRUEST | UNIX for Dummies Questions & Answers | 1 | 05-04-2003 10:01 PM |
| What is $PROD ? Does it represent some Unix directory? | Ashishm | Shell Programming and Scripting | 2 | 02-11-2002 05:53 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
how do you represent non integers in a shell script?
am trying to write a script that test that the load average which is taken from the uptime command's output to make sure it doesn't pass a certain limit. each time I execute the script, it complains about interger errors.
if [ $LOAD -gt $MAX ] |
![]() |
| Bookmarks |
| Tags |
| load average, performance |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|