![]() |
|
|
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 |
| Please help - disk space check script | maddhadder71 | Shell Programming and Scripting | 0 | 05-08-2008 09:16 AM |
| Disk Space Monitoring Script | sriram003 | Shell Programming and Scripting | 8 | 08-23-2007 12:00 PM |
| Disk space script | asadlone | Shell Programming and Scripting | 8 | 06-03-2007 04:32 PM |
| Frustrating Disk space script | vivsiv | Shell Programming and Scripting | 4 | 06-05-2006 08:53 PM |
| available disk space on disk device??? | alan | UNIX for Dummies Questions & Answers | 4 | 01-02-2004 03:06 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
disk space script debug - posted before
I saw the following script in an earier post in this forum. Changed a little bit and trying it in my env but getting errors. Pls help in debuggin this.
(1) #!/bin/ksh DFR='df -g filesystempath|grep filesystem|awk '{print $4}'' echo $DFR ----------------------- scriptname[3]: }: not found. (2) #!/bin/ksh DFR='df -g filesystempath|grep filesystem|awk '{print $4}'' if [ DFR[2]>=90 ] then echo "True" else echo "False" fi #checking if its greater than 90% ------------------------------ script:}: not found. script: 0403-057 Syntax error at line 5 : `if' is not matched. Thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|