Case Insensitive comparision of strings in Shell script

Posted by Sachin Chourasiya on Stack Overflow See other posts from Stack Overflow or by Sachin Chourasiya
Published on 2009-11-13T11:31:51Z Indexed on 2010/04/27 20:03 UTC
Read the original article Hit count: 192

The == is used to compare two string in shell script, however I want to compare two strings by ignoring case, how it can be done.Do we any standard command for this.

© Stack Overflow or respective owner

Related posts about shell-scripting

Related posts about string