Thursday 13 February 2014

Comparing strings for equality in ksh

Comparing strings for equality in ksh



1.bash - Comparing strings for equality in ksh - Stack Overflow

Description:Stack Overflow is a question and answer site for professional
and enthusiast programmers. It's 100% free, no registration required.



2.Shell Comparisons - Speakeasy

Description:... [ ]] to compare string values: Use (( )) to compare
numerical values: i.e. string equality, ... Korn Shell String Comparison
Syntax Summary



3.KSH script BASICS - Wellcome Trust Centre for Human Genetics

Description:To compare strings one uses "=" for equal and "!=" for not
equal. ... Ksh Regular Expressions. Ksh has it's own regular expressions.
Use an * for any string.



4.shell - test command in KornShell (ksh) - Stack Overflow

Description:... (ksh). I know -ne is for comparing integers and != is for
comparing strings. ... Comparing strings for equality in ksh. 3



5.Compare String Variables for Greater or Less Than? | Unix ...

Description:Compare String Variables for Greater or Less Than? Shell
Programming and Scripting



6.Problem in ksh script ( String comparison ) | Unix Linux ...

Description:Problem in ksh script ( String comparison ) hi , i am trying
to compre two strings if [[ $var1 = $var2 ]] or if ... then > echo equal >
fi equal ...



7.Unix - Korn Shell Operators

Description:Unix Korn Shell Operators ... String comparison for equality!=
String comparison for non equality =~ Pattern matching & Bitwise "and" ^
Bitwise "exclusive or" |



8.compare strings in ksh - LinuxQuestions.org

Description:compare strings in ksh. how come this s*** is not working in
ksh. Code: ... How can "Name" and "ERROR:" be equal?? thanks 04-26-2007,
11:56 PM ...



9.Unix shell - View topic - string comparison in korn shell

Description:Tests for equality are == not = (which is assignment) ...
string comparison in korn shell. Ok, I was wrong here. This was due to my
formatting preferences.



10.[Chapter 4] 4.3 String Operators

Description:String operators allow ... Advanced UNIX users will find the
Korn shell's regular ... , where we explain the shell's regular expression
mechanism by comparing it ...

No comments:

Post a Comment