The UNIX and Linux Forums  


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 String Comparison hypnotic_meat Shell Programming and Scripting 2 04-24-2009 09:48 AM
string comparison Swapna173 UNIX for Dummies Questions & Answers 1 03-23-2009 01:59 PM
string comparison Jatsui Shell Programming and Scripting 5 02-04-2008 04:28 PM
string comparison fedora Shell Programming and Scripting 2 01-03-2007 03:20 PM
String Comparison abey High Level Programming 1 10-19-2005 01:08 PM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 07-10-2009
46019 46019 is offline
Registered User
  
 

Join Date: Jun 2007
Posts: 11
String comparison

Hi,

I have the below logic. Here 'X' is a variable having some string.


if [$X = "Today is holiday."]
then
echo "i dont need to go to ofc"
else
echo "i need to go to ofc"


Please help me to write it in unix.

Thanks.
  #2 (permalink)  
Old 07-10-2009
zaxxon's Avatar
zaxxon zaxxon is offline Forum Staff  
Moderator
  
 

Join Date: Sep 2007
Location: Germany
Posts: 2,289
Use CODE-tags when posting code, data or logs for better readability and in this case for keeping formatting/indention, ty.

Change the = vs == and try again. If it still does not work, try double square brackets ie. [[ ]].

More to read up here:
Tests
  #3 (permalink)  
Old 07-10-2009
kshji's Avatar
kshji kshji is offline
Registered User
  
 

Join Date: Jun 2009
Location: Finland
Posts: 236
Remember, it is always commandline = argument delimeter.
test ( = [ ) is command, ... [ ] are not bracket as in some programming languages.
if need if-block end = fi.
Also use always "" with variable. Why ? If variable is empty, you get error, but if it is "$variable", it's always string with length >= 0.
Code:
if  [  "$X" = "Today is holiday."  ]
then 
   echo "i dont need to go to ofc"
else
   echo "i need to go to ofc"
fi
Double bracket is different command as single = differerent arguments and so on.

more about if, testing, ...

Last edited by kshji; 07-10-2009 at 04:00 AM.. Reason: Fixing
Reply

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 02:46 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
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