The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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
Help with ELIF statement Brewer27 UNIX for Dummies Questions & Answers 4 05-18-2008 07:02 PM
have a problem with if elif loop .. plz help me with the script Syms UNIX for Dummies Questions & Answers 4 11-01-2007 02:59 AM
IF THEN ELIF question in BOURNE SHELL arun_st UNIX for Dummies Questions & Answers 4 04-20-2007 12:41 PM
elif not expected pv0428 Shell Programming and Scripting 9 07-28-2005 04:38 AM
if...elif...fi condition in Unix abidmalik UNIX for Dummies Questions & Answers 9 09-05-2002 08:35 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 02-08-2007
Rock Rock is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 23
If..elif..else...fi

Hi all,


I got some problems on executing the following scripts.

Scripts:
if [[ ${var1} == 1 ]]; then
echo "M${str}O 0 1" >> ${tempFile}
elif [[ ${var2} == "U"]]; then
echo "M${str}O 1 0" >> ${tempFile}
else
echo "M${str}O 0 0" >> ${tempFile}
fi

Error:
"`;' is not expected."

what's the problem?


Thanks,
Rock
  #2 (permalink)  
Old 02-08-2007
matrixmadhan matrixmadhan is offline Forum Advisor  
Technorati Master
  
 

Join Date: Mar 2005
Location: leaf node in B+ tree
Posts: 2,932
Quote:
elif [[ ${var2} == "U"]]; then
check for the space
Code:
elif [[ ${var2} == "U" ]]; then
  #3 (permalink)  
Old 02-08-2007
Rock Rock is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 23
yes ... thank you
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:57 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language translation by Google.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0