![]() |
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 |
| need some help..Comparison | bluesilo | Shell Programming and Scripting | 0 | 02-23-2008 04:43 PM |
| string comparison | fedora | Shell Programming and Scripting | 2 | 01-03-2007 03:20 PM |
| dir comparison help | ghazi | Shell Programming and Scripting | 5 | 12-20-2004 05:54 PM |
| Comparison of NTFS and SV or S5 | delboy14 | UNIX for Dummies Questions & Answers | 1 | 08-17-2002 10:32 AM |
| comparison | cnf | Filesystems, Disks and Memory | 2 | 05-14-2002 01:52 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Comparison error
My default shell is ksh. I'm making a simple comparison in a script.
... if [${exists1} -eq 1] then ... i keep getting the error " [1: not found". I've tried this comparison a number of different ways: if [[${exists1} -eq 1]] if [$exists1 -eq 1] if [${exists1}== 1] if [${exists1}= 1] I have also tried all of these with parentheses instead of brackets, nothing works. I know exists1 (I expect it to be 1 in my tests) is being set properly, as is evidenced by the error. What's my problem? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|