Search Results

Search: Posts Made By: kalai
1,156
Posted By kalai
yet i did not get a clear idea there. :(
yet i did not get a clear idea there. :(
1,156
Posted By kalai
Fork command is new to me.. Could u plz show...
Fork command is new to me..
Could u plz show coding for that..



Thanks in advance for your help
1,156
Posted By kalai
Time Out condition
Hi All,

I need a shell script for getting the input values within a particular time. say for eg. 60 sec. If the user did not give value with in the time limit,then it should display as time out.
...
1,159
Posted By kalai
Hi All, I got the output what i want. ...
Hi All,
I got the output what i want.

#!/bin/sh
echo "please choose your choice: "
read choice
b=$(echo "$choice" | tr [:upper:] [:lower:])
if [ "$b" = "case test" ]
then echo "correct"...
1,159
Posted By kalai
problem in variable comparision
Hi All,

I need to compare the string variable with input value which have more than one word which also should be case insensitive.
#!/bin/sh
echo "please choose your choice: "
read choice
if...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 04:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy