answersLogoWhite

0

Something like this, using perl:

perl -e "if (lc("$str1") ge lc("$str2")) { exit 1 } else { exit 2 }"

This will return 1 if $str1 is greater or equal $str2, 2 otherwise. You can then check the value in $?.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

Whynot you use any onther programming except shell programming?

Shell programming can get you only so far; after that you need to use another programming language (possibly even another scripting language) to get the job done. Shell programming is designed to work with the system interface and to help automate tasks; it isn't good for everything.


What is the difference between the Linux shell and C?

C is a programming language. A shell is an interface.


Why are there white strings attached to egg yolks?

Chalazae (white strings) are there to anchor the yolk in the centre of the egg shell.


What are the types of shells in shell programming?

The Bourne shell (sh) ,The C shell (csh) ,The Korn shell (ksh) ,The Z-Shell (zsh) ,The POSIX shell,The Bourne Again SHell (Bash)null


What is the importance of Linux shell?

Linux shell is a programming language. its fully different from others progrmming language. the script which is used in Linux quite tough to remember if we comparison to other programming laguages.


Sum of n numbers in shell programming?

2 4 6


Difference between c and shell programming execution?

Can you please explain your question?


What is the difference between a shell and a subshell in the context of computer programming?

In computer programming, a shell is a program that provides a user interface for accessing the operating system's services. A subshell is a separate instance of the shell program that can run within the main shell. Subshells allow for the execution of multiple commands simultaneously and can be used to manage complex tasks efficiently.


Shell sript programming Has a bit of a bad press?

Maybe, but don't worry to much about that.


Why is Unix useful in shell programming?

The shell is both a command language and a programming language that provides an interface to the UNIX operating system (Bourne, 1978). The shell is the part of the operating system that the user interacts with, and is arguably the most important part of the operating system. Files can be created, renamed, moved and read from the shell. Computer hardware can be installed, used and removed through the shells. Program applications and scripting can be written, compiled, and ran through the shell.


How do you modify skin of SPD shell v3.88 for s60 v5?

To modify the skin of the SPD shell v3.88 for s60 v5 you need to have some programming skills.


What is a mini shell program used for in Unix?

The mini shell program is used in Unix as a programming software. It is a redirected and streamlined approach at creating variables, commands, and tokens.